Searched defs:isgraph (Results 1 – 11 of 11) sorted by relevance
52 #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) macro
132 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
171 # define isgraph(C) (isprint(C) && !isspace(C)) macro
65 #define isgraph(C) (isprint(C) && !isspace(C)) macro
205 isgraph(int ch) isgraph() function
100 isgraph, 89 keyword
50 #define isgraph(C) (isprint(C) && !isspace(C)) macro