Home
last modified time | relevance | path

Searched refs:c_isgraph (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dc-ctype.h128 extern bool c_isgraph (int c) _GL_ATTRIBUTE_CONST;
216 #undef c_isgraph
217 #define c_isgraph(c) \ macro
235 (c_isgraph (_c) && ! c_isalnum (_c)); \
Dc-ctype.c174 c_isgraph (int c) in c_isgraph() function