| /src/external/bsd/tmux/dist/ |
| key-string.c | 28 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; 242 key_code 245 key_code key, modifiers = 0; 327 key_string_lookup_key(key_code key, int with_flags) 329 key_code saved = key [all...] |
| input-keys.c | 37 key_code key; 323 static const key_code input_key_modifiers[] = { 348 input_key_get(key_code key) 375 key_code key; 404 input_key_pane(struct window_pane *wp, key_code key, struct mouse_event *m) 432 input_key_extended(struct bufferevent *bev, key_code key) 488 input_key_vt10x(struct bufferevent *bev, key_code key) 491 key_code onlykey; 551 input_key_mode1(struct bufferevent *bev, key_code key) 553 key_code onlykey [all...] |
| cmd-unbind-key.c | 46 key_code key;
|
| key-bindings.c | 158 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, 231 key_bindings_remove(const char *name, key_code key) 258 key_bindings_reset(const char *name, key_code key)
|
| window-client.c | 36 struct winlink *, key_code, struct mouse_event *); 251 window_client_menu(void *modedata, struct client *c, key_code key) 263 static key_code 270 key_code key; 361 __unused struct client *c, key_code key) 378 __unused struct session *s, __unused struct winlink *wl, key_code key,
|
| cmd-bind-key.c | 58 key_code key;
|
| tty-keys.c | 40 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 *); 67 key_code key; 78 key_code key; 226 key_code key; 260 static const key_code tty_default_xterm_modifiers[] = { 280 key_code key; 434 tty_keys_add(struct tty *tty, const char *s, key_code key [all...] |
| cmd-send-keys.c | 61 struct args *args, key_code key) 110 key_code key; 165 key_code key;
|
| window-buffer.c | 38 struct winlink *, key_code, struct mouse_event *); 307 window_buffer_menu(void *modedata, struct client *c, key_code key) 319 static key_code 330 key_code key; 434 __unused struct client *c, __unused key_code key) 457 __unused key_code key) 540 __unused struct session *s, __unused struct winlink *wl, key_code key,
|
| cmd-list-keys.c | 58 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;
|
| window-clock.c | 32 struct session *, struct winlink *, key_code, 200 __unused key_code key, __unused struct mouse_event *m)
|
| tmux.h | 213 typedef unsigned long long key_code; typedef 1078 key_code key; 1087 typedef void (*menu_choice_cb)(struct menu *, u_int, key_code, void *); 1104 struct session *, struct winlink *, key_code, 1482 key_code key; 1508 key_code key; 2049 key_code last_key; 2123 key_code key; 2808 struct key_binding *key_bindings_get(struct key_table *, key_code); 2809 struct key_binding *key_bindings_get_default(struct key_table *, key_code); [all...] |
| window-tree.c | 35 struct winlink *, key_code, struct mouse_event *); 885 window_tree_menu(void *modedata, struct client *c, key_code key) 897 static key_code 907 key_code key; 1118 __unused key_code key) 1175 __unused struct client *c, __unused key_code key) 1246 static key_code 1247 window_tree_mouse(struct window_tree_modedata *data, key_code key, u_int x, 1309 __unused struct session *s, __unused struct winlink *wl, key_code key,
|
| window-customize.c | 34 struct winlink *, key_code, struct mouse_event *); 89 key_code key; 853 window_customize_menu(void *modedata, struct client *c, key_code key) 1239 key_code key = item->key; 1326 __unused struct client *c, __unused key_code key) 1407 __unused struct session *s, __unused struct winlink *wl, key_code key,
|
| cmd-display-panes.c | 233 key_code key;
|
| mode-tree.c | 93 key_code key; 432 struct client *c, key_code key, int current) 1071 key_code key, void *data) 1136 mode_tree_key(struct mode_tree_data *mtd, struct client *c, key_code *key,
|
| server-client.c | 49 static key_code server_client_check_mouse(struct client *, struct key_event *); 668 static key_code 678 key_code key; 2250 server_client_is_bracket_paste(struct client *c, key_code key) 2344 key_code key = event->key; 2356 key_code key0, prefix, prefix2; 2442 prefix = (key_code)options_get_number(s->options, "prefix"); 2443 prefix2 = (key_code)options_get_number(s->options, "prefix2");
|
| window.c | 1200 window_pane_copy_key(struct window_pane *wp, key_code key) 1216 window_pane_paste(struct window_pane *wp, key_code key, char *buf, size_t len) 1236 struct winlink *wl, key_code key, struct mouse_event *m)
|
| spawn.c | 221 key_code key;
|
| status.c | 905 status_prompt_translate_key(struct client *c, key_code key, key_code *new_key) 1291 status_prompt_key(struct client *c, key_code key) 1785 status_prompt_menu_callback(__unused struct menu *menu, u_int idx, key_code key,
|
| options.c | 1105 key_code key;
|
| popup.c | 383 key_code key, void *data)
|
| /src/sys/dev/fdt/ |
| gpiokeys.c | 84 u_int key_code; member in struct:gpiokeys_key 187 key->key_code = code;
|