Searched defs:isgraph (Results 1 – 2 of 2) sorted by relevance
73 isgraph (int c) in isgraph() function
139 __declare_extern_inline(int) isgraph (int c) in isgraph() function264 #define isgraph(__c) (__ctype_lookup(__c)&(_P|_U|_L|_N)) macro