ISGRAPH          140 modules/up/src/Core/gnu/regex.c #define ISGRAPH(c) (isascii (c) && isgraph (c))
ISGRAPH          142 modules/up/src/Core/gnu/regex.c #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c))
ISGRAPH          140 modules/up/src/gnug++/regex.c #define ISGRAPH(c) (isascii (c) && isgraph (c))
ISGRAPH          142 modules/up/src/gnug++/regex.c #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c))