Searched refs:LEXIT (Results 1 – 5 of 5) sorted by relevance
738 case LEXIT: in include()825 case LEXIT: in shell()873 unwind(LEXIT); in shell()917 if (i == LEXIT || ((i == LERROR || i == LINTR) && in unwind()
473 unwind(LEXIT); in execute()788 case LEXIT: in comexec()
1196 unwind(LEXIT); in runtraps()
2289 int n, how = LEXIT; in c_exitreturn()2319 if (how == LEXIT && !really_exit && j_stopped_running()) { in c_exitreturn()
729 #define LEXIT 2 /* exit statement */ macro