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

  /src/bin/ksh/
lex.c 991 int have_tty = interactive && (s->flags & SF_TTY); local in function:getsc_line
999 if (have_tty && ksh_tmout) {
1005 if (have_tty && (0
1062 if (have_tty && ksh_tmout)
lex.c 991 int have_tty = interactive && (s->flags & SF_TTY); local in function:getsc_line
999 if (have_tty && ksh_tmout) {
1005 if (have_tty && (0
1062 if (have_tty && ksh_tmout)

Completed in 35 milliseconds