Home | History | Annotate | Download | only in openssh

Lines Matching refs:is_tty

225     int extusage, int nonblock, int is_tty)
245 if ((c->isatty = is_tty) != 0)
247 c->wfd_isatty = is_tty || isatty(c->wfd);
760 int extusage, int nonblock, int is_tty, u_int window_max)
766 channel_register_fds(c, rfd, wfd, efd, extusage, nonblock, is_tty);