Home
last modified time | relevance | path

Searched refs:c_isascii (Results 1 – 3 of 3) sorted by relevance

/external/bison/lib/
Dc-ctype.h120 extern bool c_isascii (int c) _GL_ATTRIBUTE_CONST; /* not locale dependent */
143 #undef c_isascii
144 #define c_isascii(c) \ macro
Dc-ctype.c27 c_isascii (int c) in c_isascii() function
Dprintf-parse.c604 else if (!c_isascii (c)) in PRINTF_PARSE()