Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c713 case LEXIT: in include()
800 case LEXIT: in shell()
848 unwind(LEXIT); in shell()
892 if (i == LEXIT || in unwind()
Dexec.c478 unwind(LEXIT); in execute()
775 case LEXIT: in comexec()
Dhistrap.c1196 unwind(LEXIT); in runtraps()
Dfuncs.c2290 int n, how = LEXIT; in c_exitreturn()
2320 if (how == LEXIT && !really_exit && j_stopped_running()) { in c_exitreturn()
Dsh.h721 #define LEXIT 2 /* exit statement */ macro