Home
last modified time | relevance | path

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

/external/syslinux/com32/elflink/ldlinux/
Dmsg.c94 static int convert_to_pcdisplay[] = { 0, 4, 2, 6, 1, 5, 3, 7 }; variable
100 fg = convert_to_pcdisplay[(TextAttribute & 0x7)]; in set_fgbg()
101 bg = convert_to_pcdisplay[((TextAttribute >> 4) & 0x7)]; in set_fgbg()