Searched refs:is_tty (Results 1 – 3 of 3) sorted by relevance
/external/curl/src/ |
D | tool_cb_wrt.c | 81 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/ |
D | channels.c | 262 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()
|
D | session.c | 2129 int is_tty) in session_set_fds() argument 2140 1, is_tty, CHAN_SES_WINDOW_DEFAULT); in session_set_fds()
|