Searched defs:KEY_CODE (Results 1 – 4 of 4) sorted by relevance
49 #define KEY_CODE(c) ((c) & KBD_KEYMASK) /* keyboard code index */ macro
56 #define KEY_CODE(x) ((x) & 0x7f) macro
158 #define KEY_CODE(c) ((c) & 0x7f) macro
244 #define KEY_CODE(c) ((c) & 0x7f) macro