Home
last modified time | relevance | path

Searched refs:key_code (Results 1 – 23 of 23) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dkey-string.c28 static key_code key_string_search_table(const char *);
29 static key_code key_string_get_modifiers(const char **);
33 key_code key;
195 static key_code
212 static key_code
215 key_code modifiers; in key_string_get_modifiers()
242 key_code
245 key_code key, modifiers = 0; in key_string_lookup_string()
327 key_string_lookup_key(key_code key, int with_flags) in key_string_lookup_key()
329 key_code saved = key; in key_string_lookup_key()
H A Dinput-keys.c38 key_code key;
312 static const key_code input_key_modifiers[] = {
337 input_key_get(key_code key) in input_key_get()
364 key_code key; in input_key_build()
421 input_key_extended(struct bufferevent *bev, key_code key) in input_key_extended()
477 input_key_vt10x(struct bufferevent *bev, key_code key) in input_key_vt10x()
480 key_code onlykey; in input_key_vt10x()
540 input_key_mode1(struct bufferevent *bev, key_code key) in input_key_mode1()
542 key_code onlykey; in input_key_mode1()
569 input_key(struct screen *s, struct bufferevent *bev, key_code key) in input_key()
[all …]
H A Dtty-keys.c41 static void tty_keys_add(struct tty *, const char *, 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;
496 key_code key; in tty_keys_build()
735 key_code key, onlykey; in tty_keys_next()
1014 size_t *size, key_code *key) in tty_keys_extended_key()
[all …]
H A Dwindow-client.c36 struct winlink *, key_code, struct mouse_event *);
255 window_client_menu(void *modedata, struct client *c, key_code key) in window_client_menu()
267 static key_code
274 key_code key; in window_client_get_key()
365 __unused struct client *c, key_code key) in window_client_do_detach()
382 __unused struct session *s, __unused struct winlink *wl, key_code key, in window_client_key()
H A Dkey-bindings.c158 key_bindings_get(struct key_table *table, key_code key) in key_bindings_get()
167 key_bindings_get_default(struct key_table *table, key_code key) in key_bindings_get_default()
188 key_bindings_add(const char *name, key_code key, const char *note, int repeat, in key_bindings_add()
230 key_bindings_remove(const char *name, key_code key) in key_bindings_remove()
257 key_bindings_reset(const char *name, key_code key) in key_bindings_reset()
H A Dwindow-buffer.c37 struct winlink *, key_code, struct mouse_event *);
279 window_buffer_menu(void *modedata, struct client *c, key_code key) in window_buffer_menu()
291 static key_code
302 key_code key; in window_buffer_get_key()
405 __unused struct client *c, __unused key_code key) in window_buffer_do_delete()
428 __unused key_code key) in window_buffer_do_paste()
511 __unused struct session *s, __unused struct winlink *wl, key_code key, in window_buffer_key()
H A Dtmux.h201 typedef unsigned long long key_code; typedef
1027 key_code key;
1414 key_code key;
1440 key_code key;
1963 key_code last_key;
2036 key_code key;
2711 void key_bindings_remove(const char *, key_code);
2712 void key_bindings_reset(const char *, key_code);
2721 key_code key_string_lookup_string(const char *);
2722 const char *key_string_lookup_key(key_code, int);
[all …]
H A Dcmd-send-keys.c61 struct args *args, key_code key) in cmd_send_keys_inject_key()
110 key_code key; in cmd_send_keys_inject_string()
165 key_code key; in cmd_send_keys_exec()
H A Dcmd-list-keys.c58 cmd_list_keys_get_width(const char *tablename, key_code only) in cmd_list_keys_get_width()
87 const char *tablename, u_int keywidth, key_code only, const char *prefix) in cmd_list_keys_print_notes()
132 cmd_list_keys_get_prefix(struct args *args, key_code *prefix) in cmd_list_keys_get_prefix()
156 key_code prefix, only = KEYC_UNKNOWN; in cmd_list_keys_exec()
H A Dwindow-tree.c35 struct winlink *, key_code, struct mouse_event *);
864 window_tree_menu(void *modedata, struct client *c, key_code key) in window_tree_menu()
876 static key_code
886 key_code key; in window_tree_get_key()
1045 __unused key_code key) in window_tree_command_each()
1102 __unused struct client *c, __unused key_code key) in window_tree_kill_each()
1173 static key_code
1174 window_tree_mouse(struct window_tree_modedata *data, key_code key, u_int x, in window_tree_mouse()
1236 __unused struct session *s, __unused struct winlink *wl, key_code key, in window_tree_key()
H A Dwindow-clock.c32 struct session *, struct winlink *, key_code,
200 __unused key_code key, __unused struct mouse_event *m) in window_clock_key()
H A Dcmd-unbind-key.c46 key_code key; in cmd_unbind_key_exec()
H A Dcmd-bind-key.c58 key_code key; in cmd_bind_key_exec()
H A Dwindow-customize.c34 struct winlink *, key_code, struct mouse_event *);
89 key_code key;
853 window_customize_menu(void *modedata, struct client *c, key_code key) in window_customize_menu()
1239 key_code key = item->key; in window_customize_set_key()
1326 __unused struct client *c, __unused key_code key) in window_customize_change_each()
1407 __unused struct session *s, __unused struct winlink *wl, key_code key, in window_customize_key()
H A Dmode-tree.c90 key_code key;
386 struct client *c, key_code key, int current) in mode_tree_each_tagged()
990 key_code key, void *data) in mode_tree_menu_callback()
1055 mode_tree_key(struct mode_tree_data *mtd, struct client *c, key_code *key, in mode_tree_key()
H A Dcmd-display-panes.c233 key_code key; in cmd_display_panes_key()
H A Dserver-client.c53 static key_code server_client_check_mouse(struct client *, struct key_event *);
668 static key_code
678 key_code key; in server_client_check_mouse()
2247 server_client_is_bracket_paste(struct client *c, key_code key) in server_client_is_bracket_paste()
2341 key_code key = event->key; in server_client_key_callback()
2353 key_code key0, prefix, prefix2; in server_client_key_callback()
2429 prefix = (key_code)options_get_number(s->options, "prefix"); in server_client_key_callback()
2430 prefix2 = (key_code)options_get_number(s->options, "prefix2"); in server_client_key_callback()
H A Dstatus.c899 status_prompt_translate_key(struct client *c, key_code key, key_code *new_key) in status_prompt_translate_key()
1285 status_prompt_key(struct client *c, key_code key) in status_prompt_key()
1779 status_prompt_menu_callback(__unused struct menu *menu, u_int idx, key_code key, in status_prompt_menu_callback()
H A Dspawn.c223 key_code key; in spawn_pane()
H A Dwindow.c1206 window_pane_copy_key(struct window_pane *wp, key_code key) in window_pane_copy_key()
1222 window_pane_paste(struct window_pane *wp, key_code key, char *buf, size_t len) in window_pane_paste()
1242 struct winlink *wl, key_code key, struct mouse_event *m) in window_pane_key()
H A Dpopup.c382 key_code key, void *data) in popup_menu_done()
H A Doptions.c1056 key_code key; in options_from_string()
/openbsd/sys/dev/fdt/
H A Dgpiokeys.c55 uint32_t key_code; member
124 key->key_code = code; in gpiokeys_attach()
131 switch (key->key_code) { in gpiokeys_attach()
189 switch (key->key_code) { in gpiokeys_update_key()