Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_wrt.c81 bool is_tty = config->global->isatty; in tool_write_cb() local
98 is_tty = TRUE; in tool_write_cb()
150 if(is_tty && (outs->bytes < 2000) && !config->terminal_binary_ok) { in tool_write_cb()
/external/openssh/
Dchannels.c262 int extusage, int nonblock, int is_tty) in channel_register_fds() argument
282 if ((c->isatty = is_tty) != 0) in channel_register_fds()
286 c->wfd_isatty = is_tty || isatty(c->wfd); in channel_register_fds()
856 int extusage, int nonblock, int is_tty, u_int window_max) in channel_set_fds() argument
862 channel_register_fds(c, rfd, wfd, efd, extusage, nonblock, is_tty); in channel_set_fds()
Dsession.c2129 int is_tty) in session_set_fds() argument
2140 1, is_tty, CHAN_SES_WINDOW_DEFAULT); in session_set_fds()