Lines Matching defs:fg_c
56 static int fg_c, bg_c, curx, cury;
808 fg_c = DEFAULT_FGCOLOR;
814 fg_c = DEFAULT_FGCOLOR;
818 fg_c |= 0x8;
825 t = fg_c;
826 fg_c = bg_c;
830 fg_c &= ~0x8;
838 fg_c = ansi_col[args[i] - 30];
841 fg_c = DEFAULT_FGCOLOR;
852 conout->SetAttribute(conout, EFI_TEXT_ATTR(fg_c, bg_c));
1077 fg_c = DEFAULT_FGCOLOR;