Searched defs:isgraph (Results 1 – 8 of 8) sorted by relevance
93 isgraph(int c) in isgraph() function
148 int isgraph(c) in isgraph() function
62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N)) macro
50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N)) macro
71 #define isgraph(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N)) macro
92 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
67 #define isgraph(x) (isprint(x)&&!isblank(x)) macro
1669 # define isgraph(c) (isprint(c) && (c != ' ')) macro