HomeSort by relevance Sort by last modified time
    Searched full:resetspec (Results 1 - 1 of 1) sorted by null

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

Completed in 131 milliseconds