Searched defs:ISGRAPH (Results 1 – 2 of 2) sorted by relevance
36 #define ISGRAPH(x) (ISLOWPRINT(x) || (((x) > ' ') && ((x) <= 0x7e))) macro
279 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) macro