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

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

Completed in 592 milliseconds