Home
last modified time | relevance | path

Searched refs:iswgraph (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/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); } in Isgraph()
/illumos-gate/usr/src/head/
H A Dwchar.h136 extern int iswgraph(wint_t);
157 using std::iswgraph;
H A Dwctype.h54 using std::iswgraph;
/illumos-gate/usr/src/head/iso/
H A Dwctype_iso.h89 extern int iswgraph(wint_t);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h346 #undef iswgraph
361 #define iswgraph(c) isgraph(c) macro
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dwctype_h.cfg95 func | iswgraph |\
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers94 iswgraph { TYPE = FUNCTION };
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c337 return ((iswgraph(wc) && !iswpunct(wc)) || in issafe()
/illumos-gate/usr/src/man/man3c/
H A DMakefile965 iswgraph.3c \
1993 iswgraph.3c := LINKSRC = iswalpha.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1602 iswgraph;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc620 link path=usr/share/man/man3c/iswgraph.3c target=iswalpha.3c