Searched refs:ISGRAPH (Results 1 – 5 of 5) sorted by relevance
36 #define ISGRAPH(x) (ISLOWPRINT(x) || (((x) > ' ') && ((x) <= 0x7e))) macro
330 found = ISGRAPH(*s); in loop()
132 #define urlchar_needs_escaping(c) (!(ISCNTRL(c) || ISSPACE(c) || ISGRAPH(c)))
279 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) macro
374 msnprintf(optr, left, "%c", (ISGRAPH(ptr[i]) || in lograw()