Home
last modified time | relevance | path

Searched refs:LEXIT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/bin/ksh/
H A Dmain.c462 case LEXIT:
547 case LEXIT:
598 unwind(LEXIT);
622 if (i == LEXIT || (Flag(FERREXIT) && (i == LERROR || i == LINTR)
H A Dc_sh.c538 int how = LEXIT;
566 if (how == LEXIT && !really_exit && j_stopped_running()) {
H A Dsh.h248 #define LEXIT 2 /* exit statement */ macro
H A Dexec.c431 unwind(LEXIT); /* exit child */
686 case LEXIT:
741 leave = LEXIT;
H A Dtrap.c209 unwind(LEXIT);