Home
last modified time | relevance | path

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

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