tag | line | file | source code |
color_table | 455 | drivers/char/console.c | unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, |
color_table | 904 | drivers/char/console.c | color = color_table[par[i]-30] |
color_table | 907 | drivers/char/console.c | color = (color_table[par[i]-40]<<4) |
color_table | 1108 | drivers/char/console.c | ulcolor = color_table[par[1]]; |
color_table | 1115 | drivers/char/console.c | halfcolor = color_table[par[1]]; |
color_table | 33 | drivers/char/selection.h | extern unsigned char color_table[]; |
color_table | 213 | drivers/char/tga.c | j = color_table[i]; |
color_table | 223 | drivers/char/tga.c | j = color_table[i]; |
color_table | 588 | drivers/char/tga.c | j = color_table[i]; |
color_table | 662 | drivers/char/tga.c | j = color_table[i]; |
color_table | 77 | drivers/char/vga.c | outb_p (color_table[i], dac_reg) ; |
color_table | 207 | drivers/char/vga.c | outb_p (color_table[i], 0x3c8) ; |