Searched refs:is_digit (Results 1 – 3 of 3) sorted by relevance
46 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro
178 if (! is_digit(*p)) in is_number()
592 if (is_digit(text[0]) && text[1] == '\0') in fixredir()1044 && (*out == '\0' || is_digit(*out))) { in readtoken1()1224 } else if (is_digit(c)) { in readtoken1()1228 } while (is_digit(c)); in readtoken1()
Completed in 6 milliseconds