Searched refs:isgraph (Results 1 – 6 of 6) sorted by relevance
19 { "graph", isgraph },
76 int isgraph(int);122 __CTYPE_INLINE int isgraph(int c) in isgraph() function
37 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
101 int iswgraph(wint_t wc) { return isgraph(wc); } in iswgraph()116 case WC_TYPE_GRAPH: return isgraph(wc); in iswctype()
47 using ::isgraph;
112 int isgraph(int c) in isgraph() function