Searched defs:isgraph (Results 1 – 2 of 2) sorted by relevance
36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro