| tag | line | file | source code |
|---|---|---|---|
| vc_deccolm | 39 | drivers/char/console.h | unsigned long vc_deccolm : 1; /* 80/132 Column Mode */ |
| vc_deccolm | 111 | drivers/char/console.h | #define deccolm (vc_cons[currcons].d->vc_deccolm) |
| vc_deccolm | 39 | drivers/char/console_struct.h | unsigned long vc_deccolm : 1; /* 80/132 Column Mode */ |
| vc_deccolm | 111 | drivers/char/console_struct.h | #define deccolm (vc_cons[currcons].d->vc_deccolm) |