OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BG_COLOR
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/xf86-video-ark/dist/src/
ark_reg.h
6
#define
BG_COLOR
0x00
/xsrc/external/mit/xterm/dist/
html.c
167
if (ld->attribs[col] &
BG_COLOR
) {
svg.c
159
if (ld->attribs[col] &
BG_COLOR
) {
cursor.c
479
SGR_Background(xw, (xw->flags &
BG_COLOR
) ? sc->cur_background : -1);
screen.c
1788
gc_changes |= (flags & (FG_COLOR |
BG_COLOR
));
1803
|| ((flags &
BG_COLOR
)
1879
gc_changes |= (flags & (FG_COLOR |
BG_COLOR
));
1949
if (gc_changes &
BG_COLOR
)
2606
UIntClr(temp, (FG_COLOR |
BG_COLOR
));
2608
temp = attrs | (temp & (FG_COLOR |
BG_COLOR
)) | CHARDRAWN;
2611
if (attrs & (FG_COLOR |
BG_COLOR
)) {
print.c
168
bg = (ld->attribs[col] &
BG_COLOR
)
ptyx.h
1466
#define COLOR_FLAGS (FG_COLOR |
BG_COLOR
| ATR_DIRECT_FG | ATR_DIRECT_BG)
1468
#define COLOR_FLAGS (FG_COLOR |
BG_COLOR
)
3548
#define
BG_COLOR
AttrBIT(4) /* true if background set */
3616
#define ATTRIBUTES (SGR_MASK | SGR_MASK2 |
BG_COLOR
| FG_COLOR | INVISIBLE | PROTECTED)
misc.c
3284
if (attr &
BG_COLOR
) {
3300
if (attr &
BG_COLOR
) {
7976
DATA(
BG_COLOR
);
8003
DATA(
BG_COLOR
);
8077
if (working.attribs &
BG_COLOR
8080
IAttrClr(working.attribs,
BG_COLOR
);
8159
POP_DATA(
BG_COLOR
, sgr_background);
8160
POP_DATA(
BG_COLOR
, sgr_38_xcolors);
8163
POP_FLAG2(
BG_COLOR
, ATR_DIRECT_BG);
charproc.c
1003
} else if ((flags &
BG_COLOR
)) {
1083
UIntSet(xw->flags,
BG_COLOR
);
1085
UIntClr(xw->flags,
BG_COLOR
);
1569
DATA(DGRP(2),
BG_COLOR
),
12215
filler = (((xw->flags &
BG_COLOR
) && (xw->cur_background >= 0))
13225
if ((flags & (FG_COLOR |
BG_COLOR
)) ==
BG_COLOR
) {
13227
flags &= ~(FG_COLOR |
BG_COLOR
);
13228
} else if ((flags & (FG_COLOR |
BG_COLOR
)) == FG_COLOR) {
13232
flags &= ~(FG_COLOR |
BG_COLOR
);
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026