Searched refs:iswgraph (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/regex/
H A Dreglib.h221 #ifndef iswgraph
222 #define iswgraph(x) isgraph(x) macro
256 #ifndef iswgraph
257 #define iswgraph(x) (iswprint(x)&&!iswblank(x)) macro
H A Dregclass.c74 static int Isgraph(int c) { return iswgraph(c); }
/ast/src/cmd/3d/
H A Dstrmatch.c96 #define isgraph(x) iswgraph(x)

Completed in 45 milliseconds