taglinefilesource code
key_down82drivers/char/keyboard.cstatic unsigned long key_down[8] = { 0, };
key_down307drivers/char/keyboard.cclear_bit(scancode, key_down);
key_down310drivers/char/keyboard.crep = set_bit(scancode, key_down);
key_down718drivers/char/keyboard.cfor(i=0; i < SIZE(key_down); i++)
key_down719drivers/char/keyboard.cif(key_down[i]) {  /* skip this word if not a single bit on */
key_down722drivers/char/keyboard.cif(test_bit(k, key_down)) {