Searched refs:IS_DIGIT (Results 1 – 5 of 5) sorted by relevance
31 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro69 if (!IS_ALPHA(c) && !IS_DIGIT(c) && c != '_') in strident_canon()
51 #define IS_DIGIT(c) \ macro67 if (IS_ALPHA(c) || IS_DIGIT(c) || c == '-' || c == '_' || in is_valid_ident()
34 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro72 if (!IS_ALPHA(c) && !IS_DIGIT(c) && c != '_') in strident_canon()
139 #undef IS_DIGIT167 #define IS_DIGIT(c) isdigit((unsigned char)(c))169 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9')174 #define IS_DIGIT( global() macro 176 #define IS_DIGIT( global() macro
727 if (!IS_DIGIT(*p)) in getentry() 734 if (!IS_DIGIT(*p)) in getentry()