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

  /external/mksh/src/
main.c 506 quitenv(s ? s->u.shf : NULL);
540 quitenv(s->u.shf);
608 quitenv(NULL);
613 quitenv(NULL);
660 quitenv(NULL);
692 quitenv(NULL);
722 quitenv(struct shf *shf) function
    [all...]
exec.c 109 /* do redirection, to be restored in quitenv() */
120 /* Deal with FERREXIT, quitenv(), etc. */
182 quitenv(NULL);
281 quitenv(NULL);
317 quitenv(NULL);
386 quitenv(NULL); /* restores IO */
649 quitenv(NULL);
653 quitenv(NULL);
1286 quitenv(shf);
1302 quitenv(NULL)
    [all...]
expr.c 212 quitenv(NULL);
240 quitenv(NULL);
lex.c     [all...]
sh.h 554 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
    [all...]
funcs.c     [all...]

Completed in 67 milliseconds