Searched defs:IS_DIGIT (Results 1 – 4 of 4) sorted by relevance
51 #define IS_DIGIT(c) \ macro
31 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
34 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
174 #define IS_DIGIT( global() macro 176 #define IS_DIGIT( global() macro