Home | History | Annotate | Download | only in src

Lines Matching full:ksh_isdigit

240 		if (ksh_isdigit(c)) {
241 for (c = 0; ksh_isdigit(*n); n++)
500 if (arith && s[0] == '0' && ksh_isdigit(s[1]) &&
534 } else if (ksh_isdigit(c))
729 if (!ksh_isdigit(val[i]))