Home | History | Annotate | Download | only in ldlinux

Lines Matching refs:TextAttribute

7 static uint8_t TextAttribute;	/* Text attribute for message file */
33 TextAttribute = 0x7; /* Default grey on white */
66 TextAttribute = data;
70 TextAttribute = 0x7; /* Default attribute */
80 TextAttribute |= data;
83 TextAttribute = 0x7; /* Default attribute */
100 fg = convert_to_pcdisplay[(TextAttribute & 0x7)];
101 bg = convert_to_pcdisplay[((TextAttribute >> 4) & 0x7)];
104 if (TextAttribute & 0x8)
109 if (TextAttribute & 0x80)