HomeSort by: relevance | last modified time | path
    Searched defs:keepasn_ok (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
exec.c 458 int keepasn_ok; local in function:comexec
489 keepasn_ok = 1;
533 keepasn_ok = 0;
543 if (keepasn_ok && (!ap[0] || (tp && (tp->flag & KEEPASN))))
549 if (keepasn_ok && tp && tp->type == CFUNC
exec.c 458 int keepasn_ok; local in function:comexec
489 keepasn_ok = 1;
533 keepasn_ok = 0;
543 if (keepasn_ok && (!ap[0] || (tp && (tp->flag & KEEPASN))))
549 if (keepasn_ok && tp && tp->type == CFUNC

Completed in 23 milliseconds