Searched refs:ISGRAPH (Results 1 – 5 of 5) 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
380 found = ISGRAPH(*s); in loop()
492 snprintf(optr, left, "%c", (ISGRAPH(ptr[i]) || in lograw()