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

  /external/mksh/src/
exec.c 155 /* do redirection, to be restored in quitenv() */
167 /* Deal with FERREXIT, quitenv(), etc. */
234 quitenv(NULL);
340 quitenv(NULL);
375 quitenv(NULL);
470 quitenv(NULL);
791 quitenv(NULL);
795 quitenv(NULL);
    [all...]
main.c 720 quitenv(s ? s->u.shf : NULL);
756 quitenv(s->u.shf);
829 quitenv(NULL);
835 quitenv(NULL);
890 quitenv(NULL);
945 quitenv(NULL);
977 quitenv(struct shf *shf) function
    [all...]
expr.c 217 quitenv(NULL);
245 quitenv(NULL);
eval.c     [all...]
lex.c     [all...]
sh.h 718 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
    [all...]
funcs.c     [all...]

Completed in 1277 milliseconds