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