Home
last modified time | relevance | path

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

/openbsd/usr.bin/less/
H A Doutput.c24 extern int is_tty;
246 if (any_display && is_tty) { in error()
257 if (!(any_display && is_tty)) { in error()
312 if (any_display && is_tty) in query()
318 if (!(any_display && is_tty)) { in query()
H A Dmain.c25 int is_tty; variable
108 is_tty = isatty(1); in main()
205 if (!is_tty) { in main()
382 if (any_display && is_tty) in quit()
H A Dedit.c23 extern int is_tty;
298 if (namelogfile != NULL && is_tty) in edit_ifile()
314 if (is_tty) { in edit_ifile()
/openbsd/usr.bin/ssh/
H A Dsession.c1914 int fdin, int fdout, int fderr, int ignore_fderr, int is_tty) in session_set_fds() argument
1925 1, is_tty, CHAN_SES_WINDOW_DEFAULT); in session_set_fds()
H A Dchannels.c412 int extusage, int nonblock, int is_tty) in channel_register_fds() argument
429 if ((c->isatty = is_tty) != 0) in channel_register_fds()
1215 int extusage, int nonblock, int is_tty, u_int window_max) in channel_set_fds() argument
1225 channel_register_fds(ssh, c, rfd, wfd, efd, extusage, nonblock, is_tty); in channel_set_fds()