Home
last modified time | relevance | path

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

/external/qemu/ui/
Dconsole.c80 TextAttributes t_attrib; member
170 TextAttributes t_attrib; /* currently active text attributes */ member
440 static void console_print_text_attributes(TextAttributes *t_attrib, char ch) in console_print_text_attributes() argument
442 if (t_attrib->bold) { in console_print_text_attributes()
447 if (t_attrib->uline) { in console_print_text_attributes()
452 if (t_attrib->blink) { in console_print_text_attributes()
457 if (t_attrib->invers) { in console_print_text_attributes()
462 if (t_attrib->unvisible) { in console_print_text_attributes()
468 printf(" fg: %d bg: %d ch:'%2X' '%c'\n", t_attrib->fgcol, t_attrib->bgcol, ch, ch); in console_print_text_attributes()
473 TextAttributes *t_attrib) in vga_putcharxy() argument
[all …]