tag | line | file | source code |
---|---|---|---|
translate | 838 | kernel/chr_drv/console.c | translate = charset ? G1_charset : G0_charset; |
translate | 852 | kernel/chr_drv/console.c | translate = NORM_TRANS; |
translate | 909 | kernel/chr_drv/console.c | if (state == ESnormal && translate[c]) { |
translate | 916 | kernel/chr_drv/console.c | c = translate[c]; |
translate | 957 | kernel/chr_drv/console.c | translate = G1_charset; |
translate | 961 | kernel/chr_drv/console.c | translate = G0_charset; |
translate | 1182 | kernel/chr_drv/console.c | translate = G0_charset; |
translate | 1193 | kernel/chr_drv/console.c | translate = G1_charset; |