Home
last modified time | relevance | path

Searched refs:USE_COLOR (Results 1 – 25 of 118) sorted by relevance

12345

/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/bsdconfig/includes/
H A Dincludes.sh52 USE_COLOR=1
69 -v use_color=${USE_COLOR:-0} \
149 [ -t 1 ] || USE_COLOR=
156 a) USE_COLOR=1 ;;
160 n) USE_COLOR= ;;
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/futex/
H A Drun.sh21 USE_COLOR=0
24 USE_COLOR=1
27 export USE_COLOR
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/futex/
H A Drun.sh21 USE_COLOR=0
24 USE_COLOR=1
27 export USE_COLOR
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/futex/
H A Drun.sh21 USE_COLOR=0
24 USE_COLOR=1
27 export USE_COLOR
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/futex/functional/
H A Drun.sh22 if [ -z "$USE_COLOR" ]; then
25 USE_COLOR=1
29 if [ "$USE_COLOR" -eq 1 ]; then
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/futex/functional/
H A Drun.sh22 if [ -z "$USE_COLOR" ]; then
25 USE_COLOR=1
29 if [ "$USE_COLOR" -eq 1 ]; then
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/futex/functional/
H A Drun.sh22 if [ -z "$USE_COLOR" ]; then
25 USE_COLOR=1
29 if [ "$USE_COLOR" -eq 1 ]; then
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/lib/formats/
H A Dpy.py49 USE_COLOR = sys.stdout.isatty() and sys.stderr.isatty() variable
51 'red': "\x1b[0;31m" if USE_COLOR else "",
52 'blue': "\x1b[1;34m" if USE_COLOR else "",
53 'green': "\x1b[0;32m" if USE_COLOR else "",
54 'yellow': "\x1b[0;33m" if USE_COLOR else "",
55 'reset': "\x1b[0m" if USE_COLOR else "",
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/
H A DDebug.pm28 our $USE_COLOR = 0;
41 if ($USE_COLOR) {
218 if ($USE_COLOR && $color) {
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/
H A DDebug.pm28 our $USE_COLOR = 0;
41 if ($USE_COLOR) {
218 if ($USE_COLOR && $color) {
/dports/deskutils/cal/cal41/src/
H A Dcal.c76 #define USE_COLOR macro
137 #ifdef USE_COLOR
339 #ifdef USE_COLOR
421 #ifdef USE_COLOR in setopt()
535 #ifdef USE_COLOR in main()
579 #ifdef USE_COLOR in main()
628 #ifdef USE_COLOR in main()
843 #ifdef USE_COLOR in printmonth()
857 #ifdef USE_COLOR in printmonth()
914 #ifdef USE_COLOR in printmonth()
[all …]
/dports/security/afl++/AFLplusplus-3.14c/
H A Dconfig.h99 #define USE_COLOR macro
101 #ifdef USE_COLOR
/dports/security/afl++/AFLplusplus-3.14c/include/
H A Dconfig.h99 #define USE_COLOR macro
101 #ifdef USE_COLOR
H A Denvs.h141 #if defined USE_COLOR && !defined ALWAYS_COLORED
/dports/misc/visp/visp-3.4.0/tutorial/grabber/
H A Dtutorial-grabber-opencv.cpp69 #ifdef USE_COLOR in main()
78 #ifdef USE_COLOR in main()
H A Dtutorial-grabber-v4l2.cpp65 #ifdef USE_COLOR in main()
88 #ifdef USE_COLOR in main()
/dports/security/afl++/AFLplusplus-3.14c/src/
H A Dafl-analyze.c260 #ifdef USE_COLOR
307 #ifdef USE_COLOR in dump_hex()
403 #ifdef USE_COLOR in dump_hex()
504 #ifdef USE_COLOR in dump_hex()
524 #ifdef USE_COLOR in analyze()
/dports/devel/ros-vcstool/vcstool-0.3.0/vcstool/
H A Dexecutor.py265 USE_COLOR = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty() variable
268 USE_COLOR = False variable
272 if not USE_COLOR:
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/t/08_debug/
H A DTestModuleColor.pm7 $OpenXPKI::Debug::USE_COLOR = 1;
H A DTestModuleUseWithout.pm7 $OpenXPKI::Debug::USE_COLOR = 1;
H A DTestModuleInvalid.pm7 $OpenXPKI::Debug::USE_COLOR = 1;
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/t/08_debug/
H A DTestModuleInvalid.pm7 $OpenXPKI::Debug::USE_COLOR = 1;
H A DTestModuleUseWithout.pm7 $OpenXPKI::Debug::USE_COLOR = 1;
H A DTestModuleColor.pm7 $OpenXPKI::Debug::USE_COLOR = 1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/afl/src/
H A Dafl-analyze.c361 #ifdef USE_COLOR
404 #ifdef USE_COLOR in dump_hex()
483 #ifdef USE_COLOR in dump_hex()
543 #ifdef USE_COLOR in dump_hex()
565 #ifdef USE_COLOR in analyze()

12345