Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c753 case LEXIT: in include()
854 case LEXIT: in shell()
904 unwind(LEXIT); in shell()
945 if (i == LEXIT || ((i == LERROR || i == LINTR) && in unwind()
Dexec.c457 unwind(LEXIT); in execute()
803 case LEXIT: in comexec()
Dhistrap.c1304 unwind(LEXIT); in runtraps()
Dfuncs.c2135 int n, how = LEXIT; in c_exitreturn()
2159 if (how == LEXIT && !really_exit && j_stopped_running()) { in c_exitreturn()
Dsh.h848 #define LEXIT 2 /* exit statement */ macro