tag | line | file | source code |
---|---|---|---|
color_table | 253 | kernel/chr_drv/console.c | static unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, |
color_table | 566 | kernel/chr_drv/console.c | color = color_table[par[i]-30] |
color_table | 569 | kernel/chr_drv/console.c | color = (color_table[par[i]-40]<<4) |
color_table | 713 | kernel/chr_drv/console.c | ulcolor = color_table[par[1]]; |
color_table | 720 | kernel/chr_drv/console.c | halfcolor = color_table[par[1]]; |