Home
last modified time | relevance | path

Searched refs:isatty (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dsetup-os400.h38 #define isatty(fd) 0 macro
/curl/src/
H A Dtool_cb_wrt.c142 bool is_tty = config->global->isatty; in tool_write_cb()
218 if(isatty(fileno(outs->stream)) && in tool_write_cb()
H A Dtool_cfgable.h318 bool isatty; /* Updated internally if output is a tty */ member
H A Dtool_cb_dbg.c196 if(!config->isatty || in tool_debug_cb()
H A Dtool_cb_hdr.c292 if(hdrcbdata->global->isatty && in tool_header_cb()
H A Dtool_operate.c1813 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