Searched refs:isatty (Results 1 – 6 of 6) sorted by relevance
38 #define isatty(fd) 0 macro
142 bool is_tty = config->global->isatty; in tool_write_cb()218 if(isatty(fileno(outs->stream)) && in tool_write_cb()
318 bool isatty; /* Updated internally if output is a tty */ member
196 if(!config->isatty || in tool_debug_cb()
292 if(hdrcbdata->global->isatty && in tool_header_cb()
1813 bool orig_isatty = global->isatty; in single_transfer()2284 isatty(fileno(outs->stream))) in single_transfer()2287 per->noprogress = global->noprogress = global->isatty = TRUE; in single_transfer()2292 global->isatty = orig_isatty; in single_transfer()3119 bool orig_isatty = global->isatty; in run_all_transfers()3147 global->isatty = orig_isatty; in run_all_transfers()
Completed in 28 milliseconds