Searched refs:is_tty (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Doutput.c30 extern int is_tty;
106 if (is_tty && any_display)
115 if (is_tty && any_display)
357 if (c == '\n' && is_tty)
364 if (c == '\n' && is_tty) /* In OS-9, '\n' == 0x0D */
524 if (any_display && is_tty)
536 if (!(any_display && is_tty))
596 if (any_display && is_tty)
602 if (!(any_display && is_tty))
H A Dmain.c23 public int is_tty; variable
116 is_tty = isatty(1);
228 if (!is_tty)
404 if (any_display && is_tty)
H A Dedit.c24 extern int is_tty;
398 if (namelogfile != NULL && is_tty)
422 if (is_tty)
/freebsd-9.3-release/crypto/openssh/
H A Dchannels.c236 int extusage, int nonblock, int is_tty)
256 if ((c->isatty = is_tty) != 0)
260 c->wfd_isatty = is_tty || isatty(c->wfd);
779 int extusage, int nonblock, int is_tty, u_int window_max)
785 channel_register_fds(c, rfd, wfd, efd, extusage, nonblock, is_tty);
235 channel_register_fds(Channel *c, int rfd, int wfd, int efd, int extusage, int nonblock, int is_tty) argument
778 channel_set_fds(int id, int rfd, int wfd, int efd, int extusage, int nonblock, int is_tty, u_int window_max) argument
H A Dsession.c2368 int is_tty)
2381 1, is_tty, CHAN_SES_WINDOW_DEFAULT);
2385 1, is_tty, options.hpn_buffer_size);
2367 session_set_fds(Session *s, int fdin, int fdout, int fderr, int ignore_fderr, int is_tty) argument

Completed in 118 milliseconds