Home
last modified time | relevance | path

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

/external/bison/lib/
Dc-ctype.h130 extern bool c_ispunct (int c) _GL_ATTRIBUTE_CONST;
232 #undef c_ispunct
233 #define c_ispunct(c) \ macro
Dc-ctype.c242 c_ispunct (int c) in c_ispunct() function