Home | History | Annotate | Download | only in src

Lines Matching full:ksh_isdigit

1307 	if ((p = wp[1]) && *p == '-' && (ksh_isdigit(p[1]) ||
1637 if (ksh_isdigit(*cp)) {
3606 if (!rval && !ksh_isdigit(v[0])) {