HomeSort by relevance Sort by last modified time
    Searched full:wastty (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
main.c 759 volatile bool wastty = tobool(s->flags & SF_TTY); local
783 if (Flag(FIGNOREEOF) && s->type == SEOF && wastty)
833 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
836 } else if (wastty && !really_exit &&
    [all...]

Completed in 257 milliseconds