tag | line | file | source code |
tab_stop | 1403 | arch/m68k/kernel/console.c | tab_stop[0] = 0x01010100; |
tab_stop | 1404 | arch/m68k/kernel/console.c | tab_stop[1] = |
tab_stop | 1405 | arch/m68k/kernel/console.c | tab_stop[2] = |
tab_stop | 1406 | arch/m68k/kernel/console.c | tab_stop[3] = |
tab_stop | 1407 | arch/m68k/kernel/console.c | tab_stop[4] = 0x01010101; |
tab_stop | 1657 | arch/m68k/kernel/console.c | if (tab_stop[x >> 5] & (1 << (x & 31))) |
tab_stop | 1716 | arch/m68k/kernel/console.c | tab_stop[x >> 5] |= (1 << (x & 31)); |
tab_stop | 1882 | arch/m68k/kernel/console.c | tab_stop[x >> 5] &= ~(1 << (x & 31)); |
tab_stop | 1884 | arch/m68k/kernel/console.c | tab_stop[0] = |
tab_stop | 1885 | arch/m68k/kernel/console.c | tab_stop[1] = |
tab_stop | 1886 | arch/m68k/kernel/console.c | tab_stop[2] = |
tab_stop | 1887 | arch/m68k/kernel/console.c | tab_stop[3] = |
tab_stop | 1888 | arch/m68k/kernel/console.c | tab_stop[4] = 0; |
tab_stop | 1318 | drivers/char/console.c | tab_stop[0] = 0x01010100; |
tab_stop | 1319 | drivers/char/console.c | tab_stop[1] = |
tab_stop | 1320 | drivers/char/console.c | tab_stop[2] = |
tab_stop | 1321 | drivers/char/console.c | tab_stop[3] = |
tab_stop | 1322 | drivers/char/console.c | tab_stop[4] = 0x01010101; |
tab_stop | 1493 | drivers/char/console.c | if (tab_stop[x >> 5] & (1 << (x & 31))) |
tab_stop | 1552 | drivers/char/console.c | tab_stop[x >> 5] |= (1 << (x & 31)); |
tab_stop | 1714 | drivers/char/console.c | tab_stop[x >> 5] &= ~(1 << (x & 31)); |
tab_stop | 1716 | drivers/char/console.c | tab_stop[0] = |
tab_stop | 1717 | drivers/char/console.c | tab_stop[1] = |
tab_stop | 1718 | drivers/char/console.c | tab_stop[2] = |
tab_stop | 1719 | drivers/char/console.c | tab_stop[3] = |
tab_stop | 1720 | drivers/char/console.c | tab_stop[4] = 0; |