Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.c68 typedef struct TextAttributes { struct
76 } TextAttributes; argument
80 TextAttributes t_attrib;
169 TextAttributes t_attrib_default; /* default text attributes */
170 TextAttributes t_attrib; /* currently active text attributes */
440 static void console_print_text_attributes(TextAttributes *t_attrib, char ch) in console_print_text_attributes()
473 TextAttributes *t_attrib) in vga_putcharxy()
647 TextAttributes t_attrib = s->t_attrib_default; in console_show_cursor()