Home
last modified time | relevance | path

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

/netbsd-src/distrib/utils/more/
H A Dmain.c65 int is_tty; variable
171 if (is_tty) {
280 is_tty = isatty(1);
281 if (!is_tty) {
/netbsd-src/external/bsd/less/dist/
H A Dmain.c25 public int is_tty; variable
125 is_tty = isatty(1); in main()
226 if (!is_tty) in main()
H A Doutput.c34 extern int is_tty;
432 if (c == '\n' && is_tty) in putchr()
439 if (c == '\n' && is_tty) /* In OS-9, '\n' == 0x0D */ in putchr()
H A Dedit.c31 extern int is_tty;
628 if (namelogfile != NULL && is_tty) in edit_ifile()
653 if (is_tty) in edit_ifile()
H A Doptfunc.c41 extern int is_tty;
1078 is_tty = 1; in opt_ttyin_name()
H A Dscreen.c297 extern int is_tty;
1857 return (is_tty && init_done); in interactive()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsession.c2059 int fdin, int fdout, int fderr, int ignore_fderr, int is_tty) in session_set_fds() argument
2071 1, is_tty, CHAN_SES_WINDOW_DEFAULT); in session_set_fds()
2076 1, is_tty, options.hpn_buffer_size); in session_set_fds()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt323 extern int is_tty;
1874 return (is_tty && init_done);