Searched defs:ISGRAPH (Results 1 – 2 of 2) sorted by relevance
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
286 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) macro