Searched refs:ksh_isdigit (Results 1 - 12 of 12) sorted by relevance

/external/mksh/src/
H A Dvar.c248 if (ksh_isdigit(c)) {
506 if (Flag(FPOSIX) && arith && s[0] == '0' && ksh_isdigit(s[1]) &&
538 } else if (ksh_isdigit(c))
749 if (!ksh_isdigit(val[i]))
794 if (ksh_isdigit(qval[0])) {
H A Dlex.c461 } else if (ksh_isdigit(c) ||
921 if (!ksh_isdigit(dp[c2 + 1]))
1598 else if (ksh_isdigit(c))
1637 if (!ksh_isdigit(c))
H A Dsyn.c1075 while (ksh_isdigit(*s)) {
1096 while (ksh_isdigit(*s)) {
1103 while (ksh_isdigit(*s))
H A Dmisc.c533 if (!ksh_isdigit(c))
1074 if (ksh_isdigit(argv[go->optind - 1][go->p])) {
1080 if (argv[go->optind] && ksh_isdigit(argv[go->optind][0])) {
H A Dshf.c852 if (ksh_isdigit(c)) {
856 while (c = *fmt++, ksh_isdigit(c)) {
H A Dfuncs.c1318 if ((p = wp[1]) && *p == '-' && (ksh_isdigit(p[1]) ||
1650 if (ksh_isdigit(*cp)) {
3484 if (!rval && !ksh_isdigit(v[0])) {
H A Dexpr.c681 } else if (ksh_isdigit(c)) {
H A Dhistrap.c1082 if (ksh_isdigit(*cs)) {
H A Djobs.c1647 if (ksh_isdigit(*cp)) {
H A Dmain.c1455 for (fd = 0; ksh_isdigit(*name); ++name)
H A Dedit.c2974 while (c >= 0 && ksh_isdigit(c)) {
3680 if (ksh_isdigit(ch))
3706 if (ksh_isdigit(ch))
H A Dsh.h301 #define ksh_isdigit(c) (((c) >= '0') && ((c) <= '9')) macro

Completed in 7718 milliseconds