Searched defs:isgraph (Results 1 – 2 of 2) sorted by relevance
26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
135 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro