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

/external/mksh/src/
H A Dmain.c577 really_exit = 0;
637 } else if (wastty && !really_exit &&
639 really_exit = 1;
655 if (t != NULL && t->type != TEOF && interactive && really_exit)
656 really_exit = 0;
H A Dfuncs.c2280 if (how == LEXIT && !really_exit && j_stopped_running()) {
2281 really_exit = 1;
H A Dsh.h724 EXTERN int really_exit; variable

Completed in 53 milliseconds