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

  /external/mksh/src/
exec.c 160 /* do redirection, to be restored in quitenv() */
172 /* Deal with FERREXIT, quitenv(), etc. */
239 quitenv(NULL);
345 quitenv(NULL);
380 quitenv(NULL);
474 quitenv(NULL);
807 quitenv(NULL);
811 quitenv(NULL);
    [all...]
main.c 672 quitenv(s ? s->u.shf : NULL);
708 quitenv(s->u.shf);
781 quitenv(NULL);
787 quitenv(NULL);
839 quitenv(NULL);
894 quitenv(NULL);
896 * quitenv() may have reclaimed the memory
933 quitenv(struct shf *shf) function
    [all...]
expr.c 217 quitenv(NULL);
245 quitenv(NULL);
lex.c     [all...]
eval.c     [all...]
sh.h 737 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
    [all...]
funcs.c     [all...]

Completed in 1354 milliseconds