HomeSort by: relevance | last modified time | path
    Searched defs:wastty (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
main.c 512 volatile int wastty = s->flags & SF_TTY; local in function:shell
534 && wastty)
583 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
586 } else if (wastty && !really_exit
main.c 512 volatile int wastty = s->flags & SF_TTY; local in function:shell
534 && wastty)
583 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
586 } else if (wastty && !really_exit

Completed in 24 milliseconds