Searched refs:pc2ansi (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/com32/menu/ |
D | colors.c | 129 static const int pc2ansi[8] = { 0, 4, 2, 6, 1, 5, 3, 7 }; in default_color_table() local 151 pc2ansi[i & 7], pc2ansi[(i >> 4) & 7]); in default_color_table()
|
/external/syslinux/com32/elflink/ldlinux/ |
D | colors.c | 129 static const int pc2ansi[8] = { 0, 4, 2, 6, 1, 5, 3, 7 }; in default_color_table() local 151 pc2ansi[i & 7], pc2ansi[(i >> 4) & 7]); in default_color_table()
|