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.h320 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.c246 if(hdrcbdata->global->isatty && in tool_header_cb()
H A Dtool_operate.c834 bool orig_isatty = global->isatty; in single_transfer()
1318 isatty(fileno(outs->stream))) in single_transfer()
1321 per->noprogress = global->noprogress = global->isatty = TRUE; in single_transfer()
1326 global->isatty = orig_isatty; in single_transfer()
3143 bool orig_isatty = global->isatty; in run_all_transfers()
3171 global->isatty = orig_isatty; in run_all_transfers()

Completed in 20 milliseconds