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

/external/mksh/src/
H A Dfuncs.c69 bi_getn(const char *as, int *ai) function
769 if (fieldstr && !bi_getn(fieldstr, &field))
771 if (basestr && (!bi_getn(basestr, &base) || base < 1 || base > 36)) {
1358 if (!bi_getn(wp[i], &n))
1841 if (!bi_getn(builtin_opt.optarg, &c))
2361 else if (!bi_getn(arg, &n))
3080 if (opnd1 && !bi_getn(opnd1, &i)) {

Completed in 66 milliseconds