Searched refs:is_digit (Results 1 – 5 of 5) sorted by relevance
118 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro278 while (is_digit(*cp)) { \369 while (is_digit(*cp)) { \ in __find_arguments()419 while (is_digit(ch)) { in __find_arguments()438 } while (is_digit(ch)); in __find_arguments()
213 while (is_digit(ch)) { in FUNCTION_NAME()251 } while (is_digit(ch)); in FUNCTION_NAME()
224 while (is_digit(ch)) { in FUNCTION_NAME()262 } while (is_digit(ch)); in FUNCTION_NAME()
159 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
745 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname()783 if (strp == NULL || !is_digit(c = *strp)) in getnum()791 } while (is_digit(c)); in getnum()898 } else if (is_digit(*strp)) { in getrule()