Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.c36 typedef struct TextAttributes { struct
44 } TextAttributes; argument
48 TextAttributes t_attrib;
136 TextAttributes t_attrib_default; /* default text attributes */
137 TextAttributes t_attrib; /* currently active text attributes */
391 static void console_print_text_attributes(TextAttributes *t_attrib, char ch) in console_print_text_attributes()
424 TextAttributes *t_attrib) in vga_putcharxy()
587 TextAttributes t_attrib = s->t_attrib_default; in console_show_cursor()