Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c506 bool resetspec; in comexec() local
541 resetspec = false; in comexec()
572 resetspec = true; in comexec()
609 resetspec = true; in comexec()
648 if (!resetspec && (!ap[0] || (tp && (tp->flag & KEEPASN)))) in comexec()
654 if (!resetspec && tp && tp->type == CFUNC && in comexec()
718 rv = call_builtin(tp, (const char **)ap, null, resetspec); in comexec()
719 if (resetspec && tp->val.f == c_shift) { in comexec()
1336 call_builtin(struct tbl *tp, const char **wp, const char *where, bool resetspec) in call_builtin() argument
1343 builtin_spec = tobool(!resetspec && in call_builtin()