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

/external/mksh/src/
H A Dfuncs.c71 bi_getn(const char *as, int *ai) function
1116 if (!bi_getn(wp[i], &n))
1635 if (!bi_getn(builtin_opt.optarg, &c))
2136 exstat = bi_getn(wp[1], &n) ? (n & 0xFF) : 1;
2184 else if (!bi_getn(arg, &n))
2923 if (opnd1 && !bi_getn(opnd1, &i)) {

Completed in 153 milliseconds