Searched refs:progress_use_cr (Results 1 – 4 of 4) sorted by relevance
38 bool progress_use_cr; member125 if (!lg->progress_use_cr) { in stdiostream_progress()176 case XTL_STDIOSTREAM_PROGRESS_USE_CR: newlogger.progress_use_cr = 1; break; in xtl_createlogger_stdiostream()177 case XTL_STDIOSTREAM_PROGRESS_NO_CR: newlogger.progress_use_cr = 0; break; in xtl_createlogger_stdiostream()179 newlogger.progress_use_cr = isatty(fileno(newlogger.f)) > 0; in xtl_createlogger_stdiostream()
54 bool progress_use_cr = 0; variable381 progress_use_cr = 1; in main()398 (progress_use_cr ? XTL_STDIOSTREAM_PROGRESS_USE_CR : 0)); in main()
271 extern bool progress_use_cr;
579 bool pass_tty_arg = progress_use_cr || (isatty(2) > 0); in main_migrate()
Completed in 6 milliseconds