Home
last modified time | relevance | path

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

/third_party/mksh/
Dmain.c806 case LEXIT: in include()
912 case LEXIT: in shell()
964 unwind(LEXIT); in shell()
993 if (i == LEXIT || ((i == LERROR || i == LERREXT || i == LINTR) && in unwind()
Dexec.c464 unwind(LEXIT); in execute()
802 case LEXIT: in comexec()
865 unwind(LEXIT); in comexec()
Dhistrap.c1310 unwind(LEXIT); in runtraps()
Dfuncs.c2143 int n, how = LEXIT; in c_exitreturn()
2167 if (how == LEXIT && !really_exit && j_stopped_running()) { in c_exitreturn()
Dsh.h899 #define LEXIT 2 /* exit statement */ macro