Searched refs:is_tty (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/less/ |
H A D | main.c | 33 public int is_tty; 287 is_tty = isatty(1); in main() 394 if (!is_tty) in quit() 24 public int is_tty; global() variable
|
H A D | output.c | 31 extern int is_tty; 478 if (c == '\n' && is_tty) 485 if (c == '\n' && is_tty) /* In OS-9, '\n' == 0x0D */
|
H A D | edit.c | 28 extern int is_tty; 620 if (namelogfile != NULL && is_tty) in edit_ifile() 645 if (is_tty) in edit_ifile()
|
H A D | optfunc.c | 86 extern int is_tty; 1209 is_tty = 1;
|
H A D | screen.c | 284 extern int is_tty; 1854 return (is_tty && init_done);
|
/freebsd/crypto/openssh/ |
H A D | channels.c | 418 int extusage, int nonblock, int is_tty) in channel_register_fds() argument 435 if ((c->isatty = is_tty) != 0) in channel_register_fds() 439 c->wfd_isatty = is_tty || isatty(c->wfd); in channel_register_fds() 1225 int extusage, int nonblock, int is_tty, u_int window_max) in channel_set_fds() argument 1235 channel_register_fds(ssh, c, rfd, wfd, efd, extusage, nonblock, is_tty); in channel_set_fds()
|
H A D | session.c | 2255 int fdin, int fdout, int fderr, int ignore_fderr, int is_tty) in session_set_fds() argument 2266 1, is_tty, CHAN_SES_WINDOW_DEFAULT); in session_set_fds()
|