Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c747 volatile bool wastty = tobool(s->flags & SF_TTY); in shell() local
771 if (Flag(FIGNOREEOF) && s->type == SEOF && wastty) in shell()
823 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) { in shell()
826 } else if (wastty && !really_exit && in shell()