HomeSort by relevance Sort by last modified time
    Searched refs:c_isdigit (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
c-ctype.h 126 extern bool c_isdigit (int c) _GL_ATTRIBUTE_CONST;
200 #undef c_isdigit macro
201 #define c_isdigit(c) \ macro
  /external/bison/src/
scan-code.l 514 if (c_isdigit (*cp) || (*cp == '-' && c_isdigit (* (cp + 1))))
scan-code.c     [all...]

Completed in 87 milliseconds