Symbol: __COLOR
lib/libcurses/addbytes.c
282
attributes = (win->wattr | attr) & (__ATTRIBUTES & ~__COLOR);
lib/libcurses/addbytes.c
283
if (attr & __COLOR)
lib/libcurses/addbytes.c
284
attributes |= attr & __COLOR;
lib/libcurses/addbytes.c
285
else if (win->wattr & __COLOR)
lib/libcurses/addbytes.c
286
attributes |= win->wattr & __COLOR;
lib/libcurses/addbytes.c
327
if (attributes & __COLOR)
lib/libcurses/addbytes.c
329
attributes | (win->battr & ~__COLOR);
lib/libcurses/addbytes.c
549
& (WA_ATTRIBUTES & ~__COLOR);
lib/libcurses/addbytes.c
550
if (wch->attributes & __COLOR)
lib/libcurses/addbytes.c
551
attributes |= wch->attributes & __COLOR;
lib/libcurses/addbytes.c
552
else if (win->wattr & __COLOR)
lib/libcurses/addbytes.c
553
attributes |= win->wattr & __COLOR;
lib/libcurses/addbytes.c
554
if (attributes & __COLOR)
lib/libcurses/addbytes.c
555
lp->attr = attributes | (win->battr & ~__COLOR);
lib/libcurses/attributes.c
209
attr = (attr & ~__COLOR) | COLOR_PAIR(pair);
lib/libcurses/attributes.c
418
if (attr & __COLOR)
lib/libcurses/attributes.c
468
if (attr & __COLOR) {
lib/libcurses/attributes.c
470
win->wattr &= ~__COLOR;
lib/libcurses/attributes.c
487
win->wattr &= ~__COLOR;
lib/libcurses/attributes.c
490
win->wattr |= attr & __COLOR;
lib/libcurses/background.c
136
if (__using_color && ((battr & __COLOR) == __default_color))
lib/libcurses/background.c
137
battr &= ~__COLOR;
lib/libcurses/background.c
232
if (__using_color && !( battr & __COLOR))
lib/libcurses/background.c
295
if (__using_color && ((wch->attributes & __COLOR) == __default_color))
lib/libcurses/background.c
296
wch->attributes &= ~__COLOR;
lib/libcurses/background.c
80
if (__using_color && !(ch & __COLOR))
lib/libcurses/border.c
112
left |= (left & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
113
left |= (left & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
114
right |= (right & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
115
right |= (right & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
116
top |= (top & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
117
top |= (top & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
118
bottom |= (bottom & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
119
bottom |= (bottom & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
120
topleft |= (topleft & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
121
topleft |= (topleft & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
122
topright |= (topright & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
123
topright |= (topright & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
124
botleft |= (botleft & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
125
botleft |= (botleft & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
126
botright |= (botright & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
127
botright |= (botright & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
266
left.attributes |= (left.attributes & __COLOR) ?
lib/libcurses/border.c
267
(win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
268
left.attributes |= (left.attributes & __COLOR) ?
lib/libcurses/border.c
269
(win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
270
right.attributes |= (right.attributes & __COLOR) ?
lib/libcurses/border.c
271
(win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
272
right.attributes |= (right.attributes & __COLOR) ?
lib/libcurses/border.c
273
(win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
274
top.attributes |= (top.attributes & __COLOR) ?
lib/libcurses/border.c
275
(win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
276
top.attributes |= (top.attributes & __COLOR) ?
lib/libcurses/border.c
277
(win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
278
bottom.attributes |= (bottom.attributes & __COLOR) ?
lib/libcurses/border.c
279
(win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
280
bottom.attributes |= (bottom.attributes & __COLOR) ?
lib/libcurses/border.c
281
(win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
282
topleft.attributes |= (topleft.attributes & __COLOR) ?
lib/libcurses/border.c
283
(win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
284
topleft.attributes |= (topleft.attributes & __COLOR) ?
lib/libcurses/border.c
285
(win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
286
topright.attributes |= (topright.attributes & __COLOR) ?
lib/libcurses/border.c
287
(win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
288
topright.attributes |= (topright.attributes & __COLOR) ?
lib/libcurses/border.c
289
(win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
290
botleft.attributes |= (botleft.attributes & __COLOR) ?
lib/libcurses/border.c
291
(win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
292
botleft.attributes |= (botleft.attributes & __COLOR) ?
lib/libcurses/border.c
293
(win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
294
botright.attributes |= (botright.attributes & __COLOR) ?
lib/libcurses/border.c
295
(win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
296
botright.attributes |= (botright.attributes & __COLOR) ?
lib/libcurses/border.c
297
(win->battr & ~__COLOR) : win->battr;
lib/libcurses/cchar.c
113
wcval->attributes = attrs & ~__COLOR;
lib/libcurses/chgat.c
72
attr = (attr & ~__COLOR) | COLOR_PAIR(color);
lib/libcurses/chgat.c
78
"color pair %d\n", x, y, count, (attr & ~__COLOR),
lib/libcurses/color.c
255
win->alines[y]->line[x].attr &= ~__COLOR;
lib/libcurses/color.c
540
((curscr->wattr & __COLOR) == (attr & __COLOR)))
lib/libcurses/color.c
588
curscr->wattr &= ~__COLOR;
lib/libcurses/color.c
589
curscr->wattr |= attr & __COLOR;
lib/libcurses/color.c
676
if ((lp->line[x].attr & __COLOR) == cl)
lib/libcurses/color.c
677
lp->line[x].attr &= ~__COLOR;
lib/libcurses/color.c
686
__COLOR) == cl) {
lib/libcurses/curses.h
258
#define A_COLOR __COLOR
lib/libcurses/curses_private.h
182
#define MAX_PAIRS PAIR_NUMBER(__COLOR)
lib/libcurses/delch.c
106
temp1->attr = win->battr & __COLOR;
lib/libcurses/inch.c
97
if (__using_color && ((attr & __COLOR) == __default_color))
lib/libcurses/inch.c
98
attr &= ~__COLOR;
lib/libcurses/insch.c
101
attr = win->battr & __COLOR;
lib/libcurses/insch.c
121
if (temp1->attr & __COLOR)
lib/libcurses/insch.c
122
temp1->attr |= (win->battr & ~__COLOR);
lib/libcurses/insdelln.c
89
attr = win->battr & __COLOR;
lib/libcurses/refresh.c
1076
__set_color(curscr, nsp->attr & __COLOR);
lib/libcurses/refresh.c
1400
curscr->wattr & __COLOR);
lib/libcurses/refresh.c
1629
__virtscr->maxy - 1)]->line[0].attr & __COLOR;
lib/libcurses/refresh.c
1631
if ((__virtscr->alines[i]->line[0].attr & __COLOR) != bcolor) {
lib/libcurses/refresh.c
1633
attr & __COLOR;
lib/libcurses/refresh.c
588
if (curscr->wattr & __COLOR)
lib/libcurses/refresh.c
912
__set_color(curscr, nsp->attr & __COLOR);
lib/libcurses/setterm.c
154
screen->mask_op = __ATTRIBUTES & ~__COLOR;
lib/libcurses/setterm.c
156
screen->mask_op = WA_ATTRIBUTES & ~__COLOR;
lib/libcurses/setterm.c
200
~(__STANDOUT | __TERMATTR | __COLOR);
lib/libcurses/setterm.c
209
screen->mask_ue &= ~__COLOR;
lib/libcurses/setterm.c
220
~(__UNDERSCORE | __TERMATTR | __COLOR);
lib/libcurses/setterm.c
229
screen->mask_se &= ~__COLOR;