Home
last modified time | relevance | path

Searched defs:isgraph (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/head/iso/
H A Dctype_iso.h127 inline int isgraph(int c) { return (__ctype_mask[c] & _ISGRAPH); } in isgraph() function
158 #define isgraph(c) (__ctype_mask[(int)(c)] & _ISGRAPH) macro
170 #define isgraph(c) ((__ctype + 1)[(int)(c)] & (_P | _U | _L | _N)) macro
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c148 int isgraph(c) in isgraph() function
/onnv-gate/usr/src/stand/lib/sa/
H A Dctype.h62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N)) macro
/onnv-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N)) macro
/onnv-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h71 #define isgraph(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N)) macro
/onnv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1669 # define isgraph(c) (isprint(c) && (c != ' ')) macro