HomeSort by: relevance | last modified time | path
    Searched refs:FG_COLOR (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/xf86-video-ark/dist/src/
ark_reg.h 7 #define FG_COLOR 0x02
ark_accel.c 64 OUTREG16(FG_COLOR, color);
  /xsrc/external/mit/xterm/dist/
html.c 158 if (ld->attribs[col] & FG_COLOR) {
svg.c 150 if (ld->attribs[col] & FG_COLOR) {
print.c 165 fg = (ld->attribs[col] & FG_COLOR)
379 if ((attr & FG_COLOR) && (fg != NO_COLOR)) {
cursor.c 478 SGR_Foreground(xw, (xw->flags & FG_COLOR) ? sc->cur_foreground : -1);
screen.c 1788 gc_changes |= (flags & (FG_COLOR | BG_COLOR));
1801 || ((flags & FG_COLOR)
1879 gc_changes |= (flags & (FG_COLOR | BG_COLOR));
1947 if (gc_changes & FG_COLOR)
2606 UIntClr(temp, (FG_COLOR | BG_COLOR));
2608 temp = attrs | (temp & (FG_COLOR | BG_COLOR)) | CHARDRAWN;
2611 if (attrs & (FG_COLOR | 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)
3552 #define FG_COLOR AttrBIT(5) /* true if foreground set */
3619 #define ATTRIBUTES (SGR_MASK | SGR_MASK2 | BG_COLOR | FG_COLOR | INVISIBLE | PROTECTED)
charproc.c 1001 flags &= ~FG_COLOR;
1005 } else if ((flags & FG_COLOR)) {
1038 UIntSet(xw->flags, FG_COLOR);
1040 UIntClr(xw->flags, FG_COLOR);
1570 DATA(DGRP(2), FG_COLOR),
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) {
13230 if (!(xw->flags & FG_COLOR)) {
    [all...]
misc.c 3274 if (attr & FG_COLOR) {
3297 if (attr & FG_COLOR) {
7977 DATA(FG_COLOR);
8004 DATA(FG_COLOR);
8072 if (working.attribs & FG_COLOR
8075 IAttrClr(working.attribs, FG_COLOR);
8158 POP_DATA(FG_COLOR, sgr_foreground);
8162 POP_FLAG2(FG_COLOR, ATR_DIRECT_FG);
xterm.h 1805 if ((flags & FG_COLOR) != 0 \

Completed in 31 milliseconds