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

/external/mksh/src/
H A Dfuncs.c65 bi_getn(const char *as, int *ai) function
764 if (fieldstr && !bi_getn(fieldstr, &field))
766 if (basestr && (!bi_getn(basestr, &base) || base < 1 || base > 36)) {
1347 if (!bi_getn(wp[i], &n))
1828 if (!bi_getn(builtin_opt.optarg, &c))
2348 else if (!bi_getn(arg, &n))
3066 if (opnd1 && !bi_getn(opnd1, &i)) {

Completed in 60 milliseconds