Home
last modified time | relevance | path

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

/external/syslinux/com32/menu/
Dcolors.c129 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/
Dcolors.c129 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()