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