Home
last modified time | relevance | path

Searched refs:output_is_tty (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/tools/dis/
H A Ddis.cpp164 bool output_is_tty = true; in main() local
166 output_is_tty = isatty(fileno(stdout)); in main()
168 if (output_is_tty || force_color) { in main()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/tools/dis/
H A Ddis.cpp171 bool output_is_tty = true; in main() local
173 output_is_tty = isatty(fileno(stdout)); in main()
175 if (output_is_tty || force_color) { in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/tools/dis/
H A Ddis.cpp171 bool output_is_tty = true; in main() local
173 output_is_tty = isatty(fileno(stdout)); in main()
175 if (output_is_tty || force_color) { in main()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/tools/dis/
H A Ddis.cpp171 bool output_is_tty = true; in main() local
173 output_is_tty = isatty(fileno(stdout)); in main()
175 if (output_is_tty || force_color) { in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/tools/dis/
H A Ddis.cpp171 bool output_is_tty = true; in main() local
173 output_is_tty = isatty(fileno(stdout)); in main()
175 if (output_is_tty || force_color) { in main()
/dports/devel/pecl-xdebug/xdebug-3.1.2/
H A Dxdebug.c391 xg->output_is_tty = OUTPUT_NOT_CHECKED; in PHP_INI_END()
521 if (XG_BASE(output_is_tty) == OUTPUT_NOT_CHECKED) { in xdebug_is_output_tty()
523 XG_BASE(output_is_tty) = isatty(STDOUT_FILENO); in xdebug_is_output_tty()
525 XG_BASE(output_is_tty) = getenv("ANSICON") != NULL; in xdebug_is_output_tty()
528 return (XG_BASE(output_is_tty)); in xdebug_is_output_tty()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/base/
H A Dbase_globals.h56 int output_is_tty; member
H A Dbase.c1140 XG_BASE(output_is_tty) = OUTPUT_NOT_CHECKED; in xdebug_base_minit()
/dports/textproc/diffutils/diffutils-3.8/src/
H A Dutil.c707 bool output_is_tty; in check_color_output() local
712 output_is_tty = presume_output_tty || (!is_pipe && isatty (fileno (outfile))); in check_color_output()
715 || (colors_style == AUTO && output_is_tty)); in check_color_output()
720 if (output_is_tty) in check_color_output()
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/gst/validate/
H A Dgst-validate-pipeline-monitor.c38 static gboolean output_is_tty = TRUE; variable
88 output_is_tty = isatty (1); in gst_validate_pipeline_monitor_class_init()
158 rate, output_is_tty ? '\r' : '\n'); in print_position()
/dports/lang/gawk/gawk-5.1.1/
H A Dcmd.h42 extern bool output_is_tty;
H A Dmain.c162 bool output_is_tty = false; /* control flushing of output */ variable
436 output_is_tty = true; in main()
H A Dbuiltin.c79 extern bool output_is_tty;
117 && ((fp == stdout && output_is_tty) in efwrite()
H A Ddebug.c5299 output_is_tty = os_isatty(fileno(stdout)); in set_gawk_output()
5320 output_is_tty = os_isatty(fileno(stderr)); in set_gawk_output()
5353 output_is_tty = os_isatty(fileno(fp)); in set_gawk_output()
H A DChangeLog.16687 * cmd.h (output_is_tty): Sync type with rest of code (is bool).
/dports/japanese/gawk/gawk-3.0.6/
H A Dmain.c99 int output_is_tty = FALSE; /* control flushing of output */ variable
409 output_is_tty = TRUE;
H A Dbuiltin.c54 extern int output_is_tty;
109 && ((fp == stdout && output_is_tty)
H A Dio.c125 extern int output_is_tty;