Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c69 bi_getn(const char *as, int *ai) in bi_getn() function
797 if (fieldstr && !bi_getn(fieldstr, &field)) in c_typeset()
1391 if (!bi_getn(wp[i], &n)) in c_kill()
1897 if (!bi_getn(builtin_opt.optarg, &c)) in c_read()
2388 exstat = bi_getn(wp[1], &n) ? (n & 0xFF) : 1; in c_exitreturn()
2436 else if (!bi_getn(arg, &n)) in c_brkcont()
3154 if (opnd1 && !bi_getn(opnd1, &i)) { in test_eval()