Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c487 bool resetspec; in comexec() local
522 resetspec = false; in comexec()
549 resetspec = true; in comexec()
589 resetspec = true; in comexec()
620 if (!resetspec && (!ap[0] || (tp && (tp->flag & KEEPASN)))) in comexec()
626 if (!resetspec && tp && tp->type == CFUNC && in comexec()
690 rv = call_builtin(tp, (const char **)ap, null, resetspec); in comexec()
691 if (resetspec && tp->val.f == c_shift) { in comexec()
1379 call_builtin(struct tbl *tp, const char **wp, const char *where, bool resetspec) in call_builtin() argument
1386 builtin_spec = tobool(!resetspec && (tp->flag & SPEC_BI)); in call_builtin()