Searched defs:isgraph (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dstrmatch.c66 #ifndef isgraph
67 #define isgraph(x) (isprint(x)&&!isblank(x)) macro
402 if (isgraph(sc))
/ast/src/cmd/3d/
H A Dstrmatch.c95 #undef isgraph macro
96 #define isgraph(x) iswgraph(x) macro
136 #ifndef isgraph
137 #define isgraph(x) (isprint(x)&&!isblank(x)) macro
522 if (isgraph(sc))

Completed in 19 milliseconds