Home
last modified time | relevance | path

Searched refs:NO_COLOR (Results 26 – 50 of 743) sorted by relevance

12345678910>>...30

/dports/editors/xvile/vile-9.8v/
H A Dtcap.c71 #define NO_COLOR (-1) macro
91 static int given_fcolor = NO_COLOR;
92 static int given_bcolor = NO_COLOR;
94 static int shown_fcolor = NO_COLOR;
95 static int shown_bcolor = NO_COLOR;
410 given_fcolor = given_bcolor = NO_COLOR; in tcap_close()
698 if (shown_fcolor == NO_COLOR in show_ansi_colors()
699 || shown_bcolor == NO_COLOR) { in show_ansi_colors()
704 if ((shown_fcolor != NO_COLOR) in show_ansi_colors()
708 if ((shown_bcolor != NO_COLOR) in show_ansi_colors()
[all …]
/dports/misc/fq/fq-0.0.2/pkg/interp/testdata/
H A Dcolor.fqtest1 $ _STDOUT_ISTERMINAL=0 NO_COLOR= fq -n 123
3 $ _STDOUT_ISTERMINAL=1 NO_COLOR= fq -n 123
13 $ NO_COLOR=1 fq -n 123
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/hack/
H A Dcommon.sh42 NO_COLOR=${NO_COLOR:-""}
43 if [ -z "$NO_COLOR" ]; then
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/customtabs/
H A DCustomTabsActivity.java40 private static final int NO_COLOR = -1;
55 toolbarColor = savedInstanceState.getInt(SAVED_TOOLBAR_COLOR, NO_COLOR);
58 toolbarColor = NO_COLOR;
159 if (toolbarColor == NO_COLOR) {
160 final int color = getIntent().getIntExtra(EXTRA_TOOLBAR_COLOR, NO_COLOR);
161 if (color == NO_COLOR) {
/dports/lang/perl5.34/perl-5.34.0/cpan/Term-ANSIColor/t/module/
H A Deval.t26 delete $ENV{NO_COLOR};
48 local $ENV{NO_COLOR} = 'foo';
51 delete $ENV{NO_COLOR};
H A Dbasic.t20 delete $ENV{NO_COLOR};
95 local $ENV{NO_COLOR} = 1;
100 local $ENV{NO_COLOR} = q{};
104 delete $ENV{NO_COLOR};
317 local $ENV{NO_COLOR} = 1;
330 delete $ENV{NO_COLOR};
H A Dbasic256.t20 delete $ENV{NO_COLOR};
103 local $ENV{NO_COLOR} = 0;
110 delete $ENV{NO_COLOR};
/dports/lang/perl5.32/perl-5.32.1/cpan/Term-ANSIColor/t/module/
H A Deval.t26 delete $ENV{NO_COLOR};
48 local $ENV{NO_COLOR} = 'foo';
51 delete $ENV{NO_COLOR};
H A Dbasic.t20 delete $ENV{NO_COLOR};
95 local $ENV{NO_COLOR} = 1;
100 local $ENV{NO_COLOR} = q{};
104 delete $ENV{NO_COLOR};
317 local $ENV{NO_COLOR} = 1;
330 delete $ENV{NO_COLOR};
H A Dbasic256.t20 delete $ENV{NO_COLOR};
103 local $ENV{NO_COLOR} = 0;
110 delete $ENV{NO_COLOR};
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Term-ANSIColor/t/module/
H A Deval.t26 delete $ENV{NO_COLOR};
48 local $ENV{NO_COLOR} = 'foo';
51 delete $ENV{NO_COLOR};
H A Dbasic.t20 delete $ENV{NO_COLOR};
95 local $ENV{NO_COLOR} = 1;
100 local $ENV{NO_COLOR} = q{};
104 delete $ENV{NO_COLOR};
317 local $ENV{NO_COLOR} = 1;
330 delete $ENV{NO_COLOR};
H A Dbasic256.t20 delete $ENV{NO_COLOR};
103 local $ENV{NO_COLOR} = 0;
110 delete $ENV{NO_COLOR};
/dports/devel/p5-Term-ANSIColor/Term-ANSIColor-5.01/t/module/
H A Deval.t26 delete $ENV{NO_COLOR};
48 local $ENV{NO_COLOR} = 'foo';
51 delete $ENV{NO_COLOR};
H A Dbasic.t20 delete $ENV{NO_COLOR};
95 local $ENV{NO_COLOR} = 1;
100 local $ENV{NO_COLOR} = q{};
104 delete $ENV{NO_COLOR};
317 local $ENV{NO_COLOR} = 1;
330 delete $ENV{NO_COLOR};
H A Dbasic256.t20 delete $ENV{NO_COLOR};
103 local $ENV{NO_COLOR} = 0;
110 delete $ENV{NO_COLOR};
/dports/sysutils/modules/modules-4.6.0/testsuite/modules.00-init/
H A D140-color.exp187 setenv_var NO_COLOR 0
189 setenv_var NO_COLOR 1
191 setenv_var NO_COLOR {}
193 setenv_var NO_COLOR foo
195 unsetenv_var NO_COLOR
215 setenv_var NO_COLOR 1
227 unsetenv_var NO_COLOR
240 setenv_var NO_COLOR 1
242 unsetenv_var NO_COLOR
262 setenv_var NO_COLOR 1
[all …]
/dports/x11/xterm/xterm-370/
H A Dprint.c144 Pixel fg = NO_COLOR; in printLine()
145 Pixel bg = NO_COLOR; in printLine()
147 Pixel last_fg = NO_COLOR; in printLine()
148 Pixel last_bg = NO_COLOR; in printLine()
173 send_SGR(xw, 0, NO_COLOR, NO_COLOR); in printLine()
183 : NO_COLOR; in printLine()
186 : NO_COLOR; in printLine()
244 send_SGR(xw, 0, NO_COLOR, NO_COLOR); in printLine()
395 if ((attr & FG_COLOR) && (fg != NO_COLOR)) { in send_SGR()
/dports/net/py-stomp.py/stomp.py-4.1.17/stomp/
H A Dcolors.py10 NO_COLOR = "\33[0m" variable
15 NO_COLOR = "" variable
/dports/science/cgnslib/CGNS-4.1.2/src/Test_UserGuideCode/C_code/
H A Dtest.sh2 NO_COLOR="\033[0m"
9 printf "$ERROR_COLOR *** FAILED *** $NO_COLOR \n"
11 printf "$OK_COLOR PASSED $NO_COLOR \n"
192 printf "$return_val tests failed $NO_COLOR \n"
/dports/science/cgnslib/CGNS-4.1.2/src/Test_UserGuideCode/Fortran_code/
H A Dtest.sh2 NO_COLOR="\033[0m"
9 printf "$ERROR_COLOR *** FAILED *** $NO_COLOR \n"
11 printf "$OK_COLOR PASSED $NO_COLOR \n"
192 printf "$return_val tests failed $NO_COLOR \n"
/dports/korean/engdic/engdic-0.2/
H A Dengdic.h44 #define NO_COLOR "\x1B[0m" macro
48 #define NO_COLOR "" macro
/dports/games/xnethack/xNetHack-xnh6.1/win/curses/
H A Dcursstat.c62 hpbar_percent = 0, hpbar_color = NO_COLOR; in curses_status_init()
304 int coloridx = NO_COLOR, attrmask = 0; in draw_horizontal()
696 int coloridx = NO_COLOR, attrmask = 0; in draw_vertical()
897 if (coloridx != NO_COLOR) in draw_vertical()
964 if (coloridx != NO_COLOR) in curs_HPbar()
976 if (coloridx != NO_COLOR) in curs_HPbar()
1086 != NO_COLOR) in curs_stat_conds()
1282 return NO_COLOR; in condcolor()
1428 {NULL, NULL, NO_COLOR},
1653 if (stat_color.color != NO_COLOR)
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/curses/
H A Dcursstat.c62 hpbar_percent = 0, hpbar_color = NO_COLOR; in curses_status_init()
304 int coloridx = NO_COLOR, attrmask = 0;
687 int coloridx = NO_COLOR, attrmask = 0;
882 if (coloridx != NO_COLOR)
947 if (coloridx != NO_COLOR) in curs_HPbar()
959 if (coloridx != NO_COLOR) in curs_HPbar()
1056 != NO_COLOR) in curs_stat_conds()
1245 return NO_COLOR;
1394 {NULL, NULL, NO_COLOR},
1619 if (stat_color.color != NO_COLOR)
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/curses/
H A Dcursstat.c62 hpbar_percent = 0, hpbar_color = NO_COLOR; in curses_status_init()
304 int coloridx = NO_COLOR, attrmask = 0;
687 int coloridx = NO_COLOR, attrmask = 0;
882 if (coloridx != NO_COLOR)
947 if (coloridx != NO_COLOR) in curs_HPbar()
959 if (coloridx != NO_COLOR) in curs_HPbar()
1056 != NO_COLOR) in curs_stat_conds()
1245 return NO_COLOR;
1394 {NULL, NULL, NO_COLOR},
1619 if (stat_color.color != NO_COLOR)
[all …]

12345678910>>...30