Searched defs:isgraph (Results 1 – 2 of 2) sorted by relevance
52 #define isgraph(c) ((__ctype_ptr)[(unsigned)(c)]&(_P|_U|_L|_N)) macro
178 # define isgraph(c) __isctype((c), _ISgraph) macro