Home
last modified time | relevance | path

Searched refs:is_digit (Results 1 – 3 of 3) sorted by relevance

/third_party/uapp/dash/src/
A Dsyntax.h46 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro
A Dmystring.c178 if (! is_digit(*p)) in is_number()
A Dparser.c592 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