OpenGrok
Cross Reference: arm-dis.c
xref
: /
external
/
qemu
/
arm-dis.c
Home
|
History
|
Annotate
|
Download
|
only in
qemu
Lines Matching
defs:ISSPACE
27
#define
ISSPACE
(x) ((x) == ' ' || (x) == '\t' || (x) == '\n')