Home
last modified time | relevance | path

Searched refs:really_exit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/ksh/
H A Dmain.c520 really_exit = 0;
586 } else if (wastty && !really_exit
589 really_exit = 1;
606 if (t != NULL && t->type != TEOF && interactive && really_exit)
607 really_exit = 0;
H A Dc_sh.c566 if (how == LEXIT && !really_exit && j_stopped_running()) {
567 really_exit = 1;
H A Dsh.h414 EXTERN int really_exit; variable