Home | History | Annotate | Download | only in sh

Lines Matching refs:is_digit

623 	if (is_digit(text[0]) && text[1] == '\0')
1140 && (*out == '\0' || is_digit(*out))) {
1298 } else if (is_digit(c)) {
1302 } while (is_digit(c));