Searched defs:ISGRAPH (Results 1 – 8 of 8) sorted by relevance
49 #define ISGRAPH iswgraph macro83 #define ISGRAPH isgraph macro
98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
187 #define ISGRAPH(C) (IN_CTYPE_DOMAIN (C) && isgraph (C)) macro
78 #define ISGRAPH(C) isgraph(C) macro90 #define ISGRAPH(C) (isascii(C) && isgraph(C)) macro
223 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro225 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro