Home
last modified time | relevance | path

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

/external/bison/lib/
Dc-ctype.h133 extern bool c_isxdigit (int c) _GL_ATTRIBUTE_CONST;
257 #undef c_isxdigit
258 #define c_isxdigit(c) \ macro
264 #undef c_isxdigit
265 #define c_isxdigit(c) \ macro
Dc-ctype.c293 c_isxdigit (int c) in c_isxdigit() function