Home | History | Annotate | Download | only in src

Lines Matching refs:ksh_isdigit

240 		if (ksh_isdigit(c)) {
241 for (c = 0; ksh_isdigit(*n); n++)
497 if (Flag(FPOSIX) && arith && s[0] == '0' && ksh_isdigit(s[1]) &&
529 } else if (ksh_isdigit(c))
730 if (!ksh_isdigit(val[i]))