Searched defs:isgraph (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c82 #undef isgraph macro
148 int isgraph(c) function
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c93 isgraph(int c) function
95 /* isgraph is like is print, but excludes <space> */
/illumos-gate/usr/src/lib/libc/port/locale/
H A Disdigit.c76 #undef isgraph macro
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N)) macro
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h49 extern int isgraph(/* int c */);
71 #define isgraph(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N)) macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N)) macro
/illumos-gate/usr/src/boot/include/
H A Dctype.h53 int isgraph(int);
92 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1669 # define isgraph(c) (isprint(c) && (c != ' ')) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile891 isgraph.3c \
1597 isgraph.3c := LINKSRC = ctype.3c

Completed in 82 milliseconds