Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1381 bool have_tty = tobool(interactive && (s->flags & SF_TTY)); in getsc_line() local
1388 if (have_tty && ksh_tmout) { in getsc_line()
1395 if (have_tty && ( in getsc_line()
1450 if (have_tty && ksh_tmout) { in getsc_line()
/external/openssh/
Dssh.c1604 int have_tty = 0; in ssh_session() local
1666 have_tty = 1; in ssh_session()
1761 return client_loop(have_tty, tty_flag ? in ssh_session()