Home
last modified time | relevance | path

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

/external/bison/lib/
Dc-ctype.h123 extern bool c_isalpha (int c) _GL_ATTRIBUTE_CONST;
171 #undef c_isalpha
172 #define c_isalpha(c) \ macro
177 #undef c_isalpha
178 #define c_isalpha(c) \ macro
Dc-ctype.c68 c_isalpha (int c) in c_isalpha() function