Home
last modified time | relevance | path

Searched refs:fg_c (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dtextvidc.c67 static int fg_c, bg_c, curx, cury; variable
110 fg_c = DEFAULT_FGCOLOR; in vidc_init()
161 scroll_up(1, fg_c, bg_c); in vidc_rawputchar()
176 write_char(c, fg_c, bg_c); in vidc_rawputchar()
184 scroll_up(1, fg_c, bg_c); in vidc_rawputchar()
234 write_char(' ', fg_c, bg_c); in curs_move()
287 v86.ebx = (bg_c << 4) + fg_c; in CD()
299 v86.ebx = (bg_c << 4) + fg_c; in CD()
433 fg_c = DEFAULT_FGCOLOR; in vidc_term_emu()
439 fg_c = DEFAULT_FGCOLOR; in vidc_term_emu()
[all …]
/freebsd/stand/efi/libefi/
H A Defi_console.c56 static int fg_c, bg_c, curx, cury; variable
808 fg_c = DEFAULT_FGCOLOR; in efi_term_emu()
814 fg_c = DEFAULT_FGCOLOR; in efi_term_emu()
818 fg_c |= 0x8; in efi_term_emu()
825 t = fg_c; in efi_term_emu()
826 fg_c = bg_c; in efi_term_emu()
830 fg_c &= ~0x8; in efi_term_emu()
838 fg_c = ansi_col[args[i] - 30]; in efi_term_emu()
841 fg_c = DEFAULT_FGCOLOR; in efi_term_emu()
852 conout->SetAttribute(conout, EFI_TEXT_ATTR(fg_c, bg_c)); in efi_term_emu()
[all …]