Searched refs:c_isgraph (Results 1 – 2 of 2) sorted by relevance
128 extern bool c_isgraph (int c) _GL_ATTRIBUTE_CONST;216 #undef c_isgraph217 #define c_isgraph(c) \ macro235 (c_isgraph (_c) && ! c_isalnum (_c)); \
174 c_isgraph (int c) in c_isgraph() function