Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_wrt.c114 bool is_tty = config->global->isatty; in tool_write_cb() local
132 is_tty = TRUE; in tool_write_cb()
184 if(is_tty && (outs->bytes < 2000) && !config->terminal_binary_ok) { in tool_write_cb()
/external/openssh/
Dchannels.c306 int extusage, int nonblock, int is_tty) in channel_register_fds() argument
328 if ((c->isatty = is_tty) != 0) in channel_register_fds()
332 c->wfd_isatty = is_tty || isatty(c->wfd); in channel_register_fds()
1044 int extusage, int nonblock, int is_tty, u_int window_max) in channel_set_fds() argument
1054 channel_register_fds(ssh, c, rfd, wfd, efd, extusage, nonblock, is_tty); in channel_set_fds()
Dsession.c2252 int fdin, int fdout, int fderr, int ignore_fderr, int is_tty) in session_set_fds() argument
2263 1, is_tty, CHAN_SES_WINDOW_DEFAULT); in session_set_fds()