Searched refs:qemu_isgraph (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/qemu/ | ||
H A D | ctype.h | 15 #define qemu_isgraph(c) isgraph((unsigned char)(c)) macro |
/openbmc/qemu/monitor/ | ||
H A D | hmp.c | 969 while (qemu_isgraph(*p)) { in monitor_parse_arguments() |