Searched refs:LEXIT (Results 1 – 5 of 5) sorted by relevance
806 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()
464 unwind(LEXIT); in execute()802 case LEXIT: in comexec()865 unwind(LEXIT); in comexec()
1310 unwind(LEXIT); in runtraps()
2143 int n, how = LEXIT; in c_exitreturn()2167 if (how == LEXIT && !really_exit && j_stopped_running()) { in c_exitreturn()
899 #define LEXIT 2 /* exit statement */ macro