tag | line | file | source code |
---|---|---|---|
translate | 841 | kernel/chr_drv/console.c | translate = charset ? G1_charset : G0_charset; |
translate | 855 | kernel/chr_drv/console.c | translate = NORM_TRANS; |
translate | 905 | kernel/chr_drv/console.c | if (state == ESnormal && translate[c]) { |
translate | 912 | kernel/chr_drv/console.c | c = translate[c]; |
translate | 953 | kernel/chr_drv/console.c | translate = G1_charset; |
translate | 957 | kernel/chr_drv/console.c | translate = G0_charset; |
translate | 1183 | kernel/chr_drv/console.c | translate = G0_charset; |
translate | 1194 | kernel/chr_drv/console.c | translate = G1_charset; |