Searched defs:ISGRAPH (Results 1 – 6 of 6) sorted by relevance
98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
220 #define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro222 #define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
223 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro225 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro