tag | line | file | source code |
tab_stop | 880 | kernel/chr_drv/console.c | tab_stop[0] = 0x01010100; |
tab_stop | 881 | kernel/chr_drv/console.c | tab_stop[1] = |
tab_stop | 882 | kernel/chr_drv/console.c | tab_stop[2] = |
tab_stop | 883 | kernel/chr_drv/console.c | tab_stop[3] = |
tab_stop | 884 | kernel/chr_drv/console.c | tab_stop[4] = 0x01010101; |
tab_stop | 939 | kernel/chr_drv/console.c | if (tab_stop[x >> 5] & (1 << (x & 31))) |
tab_stop | 990 | kernel/chr_drv/console.c | tab_stop[x >> 5] |= (1 << (x & 31)); |
tab_stop | 1122 | kernel/chr_drv/console.c | tab_stop[x >> 5] &= ~(1 << (x & 31)); |
tab_stop | 1124 | kernel/chr_drv/console.c | tab_stop[0] = |
tab_stop | 1125 | kernel/chr_drv/console.c | tab_stop[1] = |
tab_stop | 1126 | kernel/chr_drv/console.c | tab_stop[2] = |
tab_stop | 1127 | kernel/chr_drv/console.c | tab_stop[3] = |
tab_stop | 1128 | kernel/chr_drv/console.c | tab_stop[4] = 0; |