taglinefilesource code
high_keys269drivers/char/keyboard.cstatic unsigned char high_keys[128 - SC_LIM] = {
high_keys326drivers/char/keyboard.chigh_keys[scancode - SC_LIM] = keycode;
high_keys336drivers/char/keyboard.c(scancode < 128) ? high_keys[scancode - SC_LIM] :
high_keys474drivers/char/keyboard.ckeycode = high_keys[scancode - SC_LIM];