Searched defs:isgraph (Results 1 – 4 of 4) sorted by relevance
43 int isgraph(int c) in isgraph() function
26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro