Searched defs:is_digit (Results 1 – 5 of 5) sorted by relevance
138 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
145 #define is_digit(c) ((unsigned) to_digit(c) <= 9) macro
608 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
163 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
191 is_digit (int c) in is_digit() function