Lines Matching defs:bg_c
56 static int fg_c, bg_c, curx, cury;
809 bg_c = DEFAULT_BGCOLOR;
815 bg_c = DEFAULT_BGCOLOR;
822 bg_c |= 0x8;
826 fg_c = bg_c;
827 bg_c = t;
834 bg_c &= ~0x8;
845 bg_c = ansi_col[args[i] - 40];
848 bg_c = DEFAULT_BGCOLOR;
852 conout->SetAttribute(conout, EFI_TEXT_ATTR(fg_c, bg_c));
1078 bg_c = DEFAULT_BGCOLOR;