Searched refs:iswgraph (Results 1 – 14 of 14) sorted by relevance
221 #ifndef iswgraph222 #define iswgraph(x) isgraph(x) macro256 #ifndef iswgraph257 #define iswgraph(x) (iswprint(x)&&!iswblank(x)) macro
81 static int Isgraph(int c) { return iswgraph(c); } in Isgraph()
136 extern int iswgraph(wint_t);157 using std::iswgraph;
54 using std::iswgraph;
89 extern int iswgraph(wint_t);
348 #undef iswgraph363 #define iswgraph(c) isgraph(c) macro
95 func | iswgraph |\
94 iswgraph { TYPE = FUNCTION };
329 return ((iswgraph(wc) && !iswpunct(wc)) || in issafe()
875 iswgraph.3c \1789 iswgraph.3c := LINKSRC = iswalpha.3c
1297 iswgraph;
1455 int iswgraph(wint_t c);
875 link path=usr/share/man/man3c/iswgraph.3c target=iswalpha.3c
4994 usr/src/man/man3c/iswgraph.3c