Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole-vc.c36 TextAttributes t_attrib; member
90 TextAttributes t_attrib; /* currently active text attributes */ member
153 TextAttributes *t_attrib) in vga_putcharxy() argument
160 if (t_attrib->invers) { in vga_putcharxy()
161 bgcol = color_table_rgb[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()
162 fgcol = color_table_rgb[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
164 fgcol = color_table_rgb[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()
165 bgcol = color_table_rgb[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
209 TextAttributes t_attrib = TEXT_ATTRIBUTES_DEFAULT; in console_show_cursor() local
210 t_attrib.invers = !(t_attrib.invers); /* invert fg and bg */ in console_show_cursor()
[all …]