Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.c35 typedef struct TextAttributes { struct
43 } TextAttributes; argument
47 TextAttributes t_attrib;
136 TextAttributes t_attrib_default; /* default text attributes */
137 TextAttributes t_attrib; /* currently active text attributes */
396 static void console_print_text_attributes(TextAttributes *t_attrib, char ch) in console_print_text_attributes()
429 TextAttributes *t_attrib) in vga_putcharxy()
603 TextAttributes t_attrib = s->t_attrib_default; in console_show_cursor()