| tag | line | file | source code |
|---|---|---|---|
| vc_halfcolor | 17 | drivers/char/console.h | unsigned char vc_halfcolor; /* Colour for half intensity mode */ |
| vc_halfcolor | 132 | drivers/char/console.h | #define halfcolor (vc_cons[currcons].d->vc_halfcolor) |
| vc_halfcolor | 17 | drivers/char/console_struct.h | unsigned char vc_halfcolor; /* Colour for half intensity mode */ |
| vc_halfcolor | 132 | drivers/char/console_struct.h | #define halfcolor (vc_cons[currcons].d->vc_halfcolor) |