HomeSort by relevance Sort by last modified time
    Searched full:t_attrib (Results 1 - 1 of 1) sorted by null

  /external/qemu/
console.c 80 TextAttributes t_attrib; member in struct:TextCell
170 TextAttributes t_attrib; /* currently active text attributes */ member in struct:TextConsole
440 static void console_print_text_attributes(TextAttributes *t_attrib, char ch)
442 if (t_attrib->bold) {
447 if (t_attrib->uline) {
452 if (t_attrib->blink) {
457 if (t_attrib->invers) {
462 if (t_attrib->unvisible) {
468 printf(" fg: %d bg: %d ch:'%2X' '%c'\n", t_attrib->fgcol, t_attrib->bgcol, ch, ch)
647 TextAttributes t_attrib = s->t_attrib_default; local
    [all...]

Completed in 68 milliseconds