Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1341 bool have_tty = tobool(interactive && (s->flags & SF_TTY)); in getsc_line() local
1348 if (have_tty && ksh_tmout) { in getsc_line()
1358 if (have_tty && ( in getsc_line()
1413 if (have_tty && ksh_tmout) { in getsc_line()
/external/openssh/
Dssh.c1704 int have_tty = 0; in ssh_session() local
1767 have_tty = 1; in ssh_session()
1860 return client_loop(have_tty, tty_flag ? in ssh_session()