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