Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c377 if (getn(str, &n)) { in hist_get()
502 getn(str, &rec); in findhistrel()
1146 if (getn(name, &n) && 0 <= n && n < NSIG) in gettrap()
Dmisc.c420 getn(const char *s, int *ai) in getn() function
458 if (!(rv = getn(as, ai))) in bi_getn()
Djobs.c1424 getn(cp, &job); in j_lookup()
1460 getn(cp, &job); in j_lookup()
Dsh.h1601 int getn(const char *, int *);
Dfuncs.c1584 } else if (!getn(p, &n)) { in c_kill()
2261 if (!getn(arg, &n)) { in c_exitreturn()
Dexec.c1344 getn(s, &i); in do_selectargs()