Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/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.c81 static int Isgraph(int c) { return iswgraph(c); } in Isgraph()
/titanic_41/usr/src/head/
H A Dwchar.h136 extern int iswgraph(wint_t);
157 using std::iswgraph;
H A Dwctype.h54 using std::iswgraph;
/titanic_41/usr/src/head/iso/
H A Dwctype_iso.h89 extern int iswgraph(wint_t);
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h348 #undef iswgraph
363 #define iswgraph(c) isgraph(c) macro
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A Dwctype_h.cfg95 func | iswgraph |\
/titanic_41/usr/src/lib/libw/common/
H A Dmapfile-vers94 iswgraph { TYPE = FUNCTION };
/titanic_41/usr/src/cmd/ptools/pargs/
H A Dpargs.c329 return ((iswgraph(wc) && !iswpunct(wc)) || in issafe()
/titanic_41/usr/src/man/man3c/
H A DMakefile875 iswgraph.3c \
1789 iswgraph.3c := LINKSRC = iswalpha.3c
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers1297 iswgraph;
H A Dllib-lc1455 int iswgraph(wint_t c);
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc875 link path=usr/share/man/man3c/iswgraph.3c target=iswalpha.3c
/titanic_41/
H A D.gitignore4994 usr/src/man/man3c/iswgraph.3c