tag | line | file | source code |
---|---|---|---|
krepeat | 57 | kernel/chr_drv/console.c | extern unsigned char krepeat; |
krepeat | 689 | kernel/chr_drv/console.c | SET(decarm,krepeat,on_off); |
krepeat | 865 | kernel/chr_drv/console.c | krepeat = 1; |
krepeat | 1352 | kernel/chr_drv/console.c | decarm = krepeat; |
krepeat | 1360 | kernel/chr_drv/console.c | krepeat = decarm; |
krepeat | 36 | kernel/chr_drv/keyboard.c | unsigned char krepeat = 1; |
krepeat | 116 | kernel/chr_drv/keyboard.c | else if (!(krepeat && (L_ECHO(tty) || (EMPTY(tty->secondary) && |