Searched refs:resetspec (Results 1 – 1 of 1) sorted by relevance
494 bool resetspec; in comexec() local529 resetspec = false; in comexec()556 resetspec = true; in comexec()596 resetspec = true; in comexec()627 if (!resetspec && (!ap[0] || (tp && (tp->flag & KEEPASN)))) in comexec()633 if (!resetspec && tp && tp->type == CFUNC && in comexec()697 rv = call_builtin(tp, (const char **)ap, null, resetspec); in comexec()698 if (resetspec && tp->val.f == c_shift) { in comexec()1387 call_builtin(struct tbl *tp, const char **wp, const char *where, bool resetspec) in call_builtin() argument1394 builtin_spec = tobool(!resetspec && (tp->flag & SPEC_BI)); in call_builtin()