tag | line | file | source code |
---|---|---|---|
vc_tab_stop | 248 | arch/m68k/kernel/console.c | #define tab_stop (vc_cons[currcons].d->vc_tab_stop) |
vc_tab_stop | 58 | drivers/char/console_struct.h | unsigned long vc_tab_stop[5]; /* Tab stops. 160 columns. */ |
vc_tab_stop | 135 | drivers/char/console_struct.h | #define tab_stop (vc_cons[currcons].d->vc_tab_stop) |
vc_tab_stop | 72 | include/linux/console.h | unsigned long vc_tab_stop[5]; /* Tab stops. 160 columns. */ |