Searched defs:ISGRAPH (Results 1 – 2 of 2) sorted by relevance
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
225 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro