Searched defs:ISGRAPH (Results 1 – 12 of 12) sorted by relevance
47 #define ISGRAPH iswgraph macro81 #define ISGRAPH isgraph macro
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
125 #define ISGRAPH(flags, c) \ macro
225 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
224 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro226 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro