Home
last modified time | relevance | path

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

/third_party/mksh/
Dexec.c489 bool resetspec; in comexec() local
524 resetspec = false; in comexec()
551 resetspec = true; in comexec()
592 resetspec = true; in comexec()
624 if (!resetspec && (!ap[0] || (tp && (tp->flag & KEEPASN)))) in comexec()
692 rv = call_builtin(tp, (const char **)ap, null, resetspec); in comexec()
1381 call_builtin(struct tbl *tp, const char **wp, const char *where, bool resetspec) in call_builtin() argument
1388 builtin_spec = tobool(!resetspec && (tp->flag & SPEC_BI)); in call_builtin()