Searched refs:LEXIT (Results 1 – 5 of 5) sorted by relevance
754 case LEXIT: in include()855 case LEXIT: in shell()905 unwind(LEXIT); in shell()946 if (i == LEXIT || ((i == LERROR || i == LINTR) && in unwind()
464 unwind(LEXIT); in execute()810 case LEXIT: in comexec()873 unwind(LEXIT); in comexec()
1307 unwind(LEXIT); in runtraps()
2135 int n, how = LEXIT; in c_exitreturn()2159 if (how == LEXIT && !really_exit && j_stopped_running()) { in c_exitreturn()
852 #define LEXIT 2 /* exit statement */ macro