Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dvar.c267 if (getn(vn, &c)) { in isglobal()
873 else if (ctype(c, C_DIGIT) && getn(qval, &c)) in vtypeset()
1997 if (fieldstr && !getn(fieldstr, &field)) { in c_typeset()
2002 if (!getn(basestr, &base)) { in c_typeset()
H A Dhistrap.c394 if (getn(str, &n)) { in hist_get()
1180 return ((getn(cs, &i) && 0 <= i && i < ksh_NSIG) ? in gettrap()
H A Dfuncs.c64 /* getn() that prints error */
70 if (!(rv = getn(as, ai))) in bi_getn()
1204 } else if (!getn(p, &n)) { in c_kill()
2118 if (getn(*wp, &i)) { in c_trap()
H A Djobs.c1691 if (ctype(*cp, C_DIGIT) && getn(cp, &job)) {
1726 if (!getn(cp, &job))
H A Dmisc.c555 getn(const char *s, int *ai) in getn() function
H A Dexec.c1700 return ((getn(s, &i) && i >= 1 && i <= argct) ? in do_selectargs()
H A Dsh.h2645 int getn(const char *, int *);

Completed in 20 milliseconds