Lines Matching refs:fg_bg
1107 CellColor fg_bg = xtermColorPair(xw);
1132 GetCellColorFG(fg_bg) > COLOR_7 &&
1133 GetCellColorFG(fg_bg) < MIN_ANSI_COLORS &&
1135 GetCellColorFG(fg_bg) == GetCellColorBG(fg_bg))
1182 currentGC = updatedXtermGC(xw, attr_flags, fg_bg, False);
1201 ScrnWriteText(xw, offset, length, attr_flags, fg_bg);
4991 updatedXtermGC(XtermWidget xw, unsigned attr_flags, CellColor fg_bg,
4997 Pixel my_fg = extract_fg(xw, fg_bg, attr_flags);
4998 Pixel my_bg = extract_bg(xw, fg_bg, attr_flags);
5013 (void) fg_bg;