Searched refs:KEY_UP (Results 1 – 23 of 23) sorted by relevance
7 call $KEY_UP wgetch $win19 # disable assembly of KEY_UP; other multi-character keys should work10 call OK keyok $KEY_UP $FALSE
5 call $KEY_UP getch18 call $KEY_UP getch32 call $KEY_UP wgetch $win1
7 call $KEY_UP getch
19 call $KEY_UP getch
19 call $KEY_UP wgetch $win1
69 call $KEY_UP getch
40 assign KEY_UP 0x103
243 #define KEY_UP(n) do { \ macro257 #define SHIFT_UP(n) KEY_UP((n) | SHIFT_KEYCODE_BASE)288 KEY_UP(sc->sc_condition.key[i]); in mkbd_intr()
245 #define KEY_UP(c) ((c) & 0x80) macro699 KEY_UP(c) ? in kbdstuffchar()735 fe->value = KEY_UP(c) ? VKEY_UP : VKEY_DOWN; in kbdstuffchar()815 *type = KEY_UP(key) ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN; in kbd_getc()
50 #define KEY_UP(c) ((c) & KBD_UP) /* true => key went up */ macro
805 fe->value = KEY_UP(code) ? VKEY_UP : VKEY_DOWN; in kbd_input_event()851 if (KEY_UP(c)) in kbd_code_to_keysym()937 type = KEY_UP(code) ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN; in kbd_input_wskbd()953 k->k_ev = KEY_UP(code) ? in kbd_input_wskbd()
284 #ifdef KEY_UP in process()285 case KEY_UP: in process()
159 #define KEY_UP(c) ((c) & 0x80) macro370 fe->value = KEY_UP(c) ? VKEY_UP : VKEY_DOWN; in kbdintr()
74 #define KEY_UP 0xb3 macro
977 case KEY_UP: in pickship()1048 case KEY_UP: in pickload()1233 case KEY_UP: in pickscenario()1557 case KEY_UP: in startup()
1011 case KEY_UP: in tui_dispatch_ctrl_char()1152 case KEY_UP: in tui_getc_1()
369 case KEY_UP: in get_coord()
381 #ifdef KEY_UP in mainloop()382 case KEY_UP: in mainloop()
369 case KEY_UP: in main()
527 case KEY_UP: in handle_key()
98 case KEY_UP:477 case KEY_UP:
202 {TICODE_kcuu1, KEY_UP}
102 #define KEY_UP 0x103 /* up arrow */ macro