HomeSort by relevance Sort by last modified time
    Searched refs:quitenv (Results 1 - 6 of 6) sorted by null

  /external/mksh/src/
exec.c 163 /* do redirection, to be restored in quitenv() */
175 /* Deal with FERREXIT, quitenv(), etc. */
242 quitenv(NULL);
345 quitenv(NULL);
380 quitenv(NULL);
475 quitenv(NULL);
778 quitenv(NULL);
782 quitenv(NULL);
    [all...]
main.c 695 quitenv(s ? s->u.shf : NULL);
731 quitenv(s->u.shf);
804 quitenv(NULL);
810 quitenv(NULL);
865 quitenv(NULL);
919 quitenv(NULL);
951 quitenv(struct shf *shf) function
    [all...]
expr.c 218 quitenv(NULL);
246 quitenv(NULL);
lex.c     [all...]
sh.h 710 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
    [all...]
funcs.c     [all...]

Completed in 509 milliseconds