Searched defs:KEY_UP (Results 1 – 7 of 7) sorted by relevance
50 #define KEY_UP(c) ((c) & KBD_UP) /* true => key went up */ macro
243 #define KEY_UP(n) do { \ macro
159 #define KEY_UP(c) ((c) & 0x80) macro
74 #define KEY_UP 0xb3 macro
245 #define KEY_UP(c) ((c) & 0x80) macro
102 #define KEY_UP 0x103 /* up arrow */ macro
180 #define KEY_UP 103 macro