Home
last modified time | relevance | path

Searched refs:c_isdigit (Results 1 – 4 of 4) sorted by relevance

/external/bison/lib/
Dc-ctype.h126 extern bool c_isdigit (int c) _GL_ATTRIBUTE_CONST;
200 #undef c_isdigit
201 #define c_isdigit(c) \ macro
Dc-ctype.c137 c_isdigit (int c) in c_isdigit() function
/external/bison/src/
Dscan-code.l514 if (c_isdigit (*cp) || (*cp == '-' && c_isdigit (* (cp + 1)))) in parse_ref()
Dscan-code.c2703 if (c_isdigit (*cp) || (*cp == '-' && c_isdigit (* (cp + 1)))) in parse_ref()