| tag | line | file | source code |
|---|---|---|---|
| vc_def_color | 13 | drivers/char/console.h | unsigned char vc_def_color; /* Default colors */ |
| vc_def_color | 118 | drivers/char/console.h | #define def_color (vc_cons[currcons].d->vc_def_color) |
| vc_def_color | 13 | drivers/char/console_struct.h | unsigned char vc_def_color; /* Default colors */ |
| vc_def_color | 118 | drivers/char/console_struct.h | #define def_color (vc_cons[currcons].d->vc_def_color) |