Searched refs:key_code (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/sys/dev/fdt/
H A Dgpiokeys.c55 uint32_t key_code; member in struct:gpiokeys_key
122 key->key_code = code;
129 switch (key->key_code) {
172 switch (key->key_code) {
/openbsd-current/usr.bin/tmux/
H A Dkey-string.c27 static key_code key_string_search_table(const char *);
28 static key_code key_string_get_modifiers(const char **);
32 key_code key;
159 static key_code
176 static key_code
179 key_code modifiers;
206 key_code
210 key_code key, modifiers;
309 key_string_lookup_key(key_code key, int with_flags)
311 key_code save
[all...]
H A Dcmd-unbind-key.c46 key_code key;
H A Dkey-bindings.c158 key_bindings_get(struct key_table *table, key_code key)
167 key_bindings_get_default(struct key_table *table, key_code key)
188 key_bindings_add(const char *name, key_code key, const char *note, int repeat,
230 key_bindings_remove(const char *name, key_code key)
257 key_bindings_reset(const char *name, key_code key)
H A Dwindow-client.c36 struct winlink *, key_code, struct mouse_event *);
255 window_client_menu(void *modedata, struct client *c, key_code key)
267 static key_code
274 key_code key;
365 __unused struct client *c, key_code key)
382 __unused struct session *s, __unused struct winlink *wl, key_code key,
H A Dtty-keys.c40 static void tty_keys_add1(struct tty_key **, const char *, key_code);
41 static void tty_keys_add(struct tty *, const char *, key_code);
47 static int tty_keys_next1(struct tty *, const char *, size_t, key_code *,
51 size_t *, key_code *);
66 key_code key;
77 key_code key;
221 key_code key;
255 static const key_code tty_default_xterm_modifiers[] = {
275 key_code key;
429 tty_keys_add(struct tty *tty, const char *s, key_code ke
[all...]
H A Dcmd-bind-key.c58 key_code key;
H A Dcmd-send-keys.c61 struct args *args, key_code key)
108 key_code key;
163 key_code key;
H A Dinput-keys.c38 key_code key;
326 static const key_code input_key_modifiers[] = {
351 input_key_get(key_code key)
378 key_code key;
407 input_key_pane(struct window_pane *wp, key_code key, struct mouse_event *m)
432 input_key(struct screen *s, struct bufferevent *bev, key_code key)
435 key_code justkey, newkey, outkey, modifiers;
H A Dwindow-buffer.c37 struct winlink *, key_code, struct mouse_event *);
279 window_buffer_menu(void *modedata, struct client *c, key_code key)
291 static key_code
302 key_code key;
405 __unused struct client *c, __unused key_code key)
419 __unused key_code key)
502 __unused struct session *s, __unused struct winlink *wl, key_code key,
H A Dcmd-list-keys.c58 cmd_list_keys_get_width(const char *tablename, key_code only)
87 const char *tablename, u_int keywidth, key_code only, const char *prefix)
132 cmd_list_keys_get_prefix(struct args *args, key_code *prefix)
156 key_code prefix, only = KEYC_UNKNOWN;
H A Dtmux.h188 typedef unsigned long long key_code; typedef
959 key_code key;
968 typedef void (*menu_choice_cb)(struct menu *, u_int, key_code, void *);
985 struct session *, struct winlink *, key_code,
1324 key_code key;
1350 key_code key;
1929 key_code key;
2594 struct key_binding *key_bindings_get(struct key_table *, key_code);
2595 struct key_binding *key_bindings_get_default(struct key_table *, key_code);
2598 void key_bindings_add(const char *, key_code, cons
[all...]
H A Dwindow-clock.c32 struct session *, struct winlink *, key_code,
200 __unused key_code key, __unused struct mouse_event *m)
H A Dwindow-tree.c35 struct winlink *, key_code, struct mouse_event *);
863 window_tree_menu(void *modedata, struct client *c, key_code key)
875 static key_code
885 key_code key;
1042 __unused key_code key)
1099 __unused struct client *c, __unused key_code key)
1170 static key_code
1171 window_tree_mouse(struct window_tree_modedata *data, key_code key, u_int x,
1233 __unused struct session *s, __unused struct winlink *wl, key_code key,
H A Dwindow-customize.c34 struct winlink *, key_code, struct mouse_event *);
89 key_code key;
852 window_customize_menu(void *modedata, struct client *c, key_code key)
1236 key_code key = item->key;
1323 __unused struct client *c, __unused key_code key)
1404 __unused struct session *s, __unused struct winlink *wl, key_code key,
H A Dcmd-display-panes.c233 key_code key;
H A Dmode-tree.c84 key_code key;
373 struct client *c, key_code key, int current)
960 key_code key, void *data)
1022 mode_tree_key(struct mode_tree_data *mtd, struct client *c, key_code *key,
H A Dstatus.c838 status_prompt_translate_key(struct client *c, key_code key, key_code *new_key)
1223 status_prompt_key(struct client *c, key_code key)
1698 status_prompt_menu_callback(__unused struct menu *menu, u_int idx, key_code key,
H A Dspawn.c223 key_code key;
H A Dwindow.c1158 window_pane_copy_key(struct window_pane *wp, key_code key)
1175 struct winlink *wl, key_code key, struct mouse_event *m)
H A Doptions.c1038 key_code key;
H A Dpopup.c380 key_code key, void *data)

Completed in 302 milliseconds