Searched refs:isgraph (Results 1 - 4 of 4) sorted by relevance

/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))
/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/lib/libast/regex/
H A Dreglib.h222 #define iswgraph(x) isgraph(x)
/ast/src/lib/libz/
H A Dtrees.c607 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc));

Completed in 16 milliseconds