Searched refs:bg_c (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c57 static int fg_c, bg_c, curx, cury; variable
783 bg_c = DEFAULT_BGCOLOR;
789 bg_c = DEFAULT_BGCOLOR;
796 bg_c |= 0x8;
800 fg_c = bg_c;
801 bg_c = t;
808 bg_c &= ~0x8;
819 bg_c = ansi_col[args[i] - 40];
822 bg_c = DEFAULT_BGCOLOR;
826 conout->SetAttribute(conout, EFI_TEXT_ATTR(fg_c, bg_c));
[all...]

Completed in 94 milliseconds