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

/external/mksh/src/
H A Dmain.c690 case LEXIT:
777 case LEXIT:
825 unwind(LEXIT);
866 if (i == LEXIT || ((i == LERROR || i == LINTR) &&
H A Dexec.c473 unwind(LEXIT);
784 case LEXIT:
H A Dhistrap.c1198 unwind(LEXIT);
H A Dfuncs.c2303 int n, how = LEXIT;
2333 if (how == LEXIT && !really_exit && j_stopped_running()) {
H A Dsh.h744 #define LEXIT 2 /* exit statement */ macro

Completed in 141 milliseconds