Searched refs:really_exit (Results 1 – 3 of 3) sorted by relevance
768 really_exit = false; in shell()836 } else if (wastty && !really_exit && in shell()838 really_exit = true; in shell()859 if (t->type != TEOF && interactive && really_exit) in shell()860 really_exit = false; in shell()
2320 if (how == LEXIT && !really_exit && j_stopped_running()) { in c_exitreturn()2321 really_exit = true; in c_exitreturn()
905 EXTERN bool really_exit; variable