Searched refs:really_exit (Results 1 – 3 of 3) sorted by relevance
812 really_exit = false; in shell()893 } else if (wastty && !really_exit && in shell()895 really_exit = true; in shell()913 if (t->type != TEOF && interactive && really_exit) in shell()914 really_exit = false; in shell()
2159 if (how == LEXIT && !really_exit && j_stopped_running()) { in c_exitreturn()2160 really_exit = true; in c_exitreturn()
1337 EXTERN bool really_exit; variable