Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c239 int extusage, int nonblock, int is_tty) in channel_register_fds() argument
259 if ((c->isatty = is_tty) != 0) in channel_register_fds()
263 c->wfd_isatty = is_tty || isatty(c->wfd); in channel_register_fds()
789 int extusage, int nonblock, int is_tty, u_int window_max) in channel_set_fds() argument
795 channel_register_fds(c, rfd, wfd, efd, extusage, nonblock, is_tty); in channel_set_fds()
Dsession.c2328 int is_tty) in session_set_fds() argument
2341 1, is_tty, CHAN_SES_WINDOW_DEFAULT); in session_set_fds()