Searched refs:ISGRAPH (Results 1 – 4 of 4) sorted by relevance
47 #define ISGRAPH iswgraph macro81 #define ISGRAPH isgraph macro
170 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c)))
121 #define ISGRAPH(flags, c) \ macro258 if (ISGRAPH(flags, c) && !iswoctal(c)) { in do_mbyte()310 if (!iswextra && (ISGRAPH(flags, c) || iswwhite(c) || in do_svis()
11 #define inword(ch) ((ch) == '_' || (ISGRAPH(ch) && !ISPUNCT(ch)))