Home
last modified time | relevance | path

Searched refs:qemu_isgraph (Results 1 – 2 of 2) sorted by relevance

/qemu/include/qemu/
H A Dctype.h15 #define qemu_isgraph(c) isgraph((unsigned char)(c)) macro
/qemu/monitor/
H A Dhmp.c969 while (qemu_isgraph(*p)) { in monitor_parse_arguments()