Lines Matching defs:key_code
201 typedef unsigned long long key_code;
1027 key_code key;
1036 typedef void (*menu_choice_cb)(struct menu *, u_int, key_code, void *);
1053 struct session *, struct winlink *, key_code,
1414 key_code key;
1440 key_code key;
1963 key_code last_key;
2036 key_code key;
2705 struct key_binding *key_bindings_get(struct key_table *, key_code);
2706 struct key_binding *key_bindings_get_default(struct key_table *, key_code);
2709 void key_bindings_add(const char *, key_code, const char *, int,
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);
2859 int status_prompt_key(struct client *, key_code);
2891 int input_key_pane(struct window_pane *, key_code, struct mouse_event *);
2892 int input_key(struct screen *, struct bufferevent *, key_code);
3167 struct session *, struct winlink *, key_code,
3169 void window_pane_paste(struct window_pane *, key_code, char *,
3249 typedef void (*mode_tree_menu_cb)(void *, struct client *, key_code);
3251 typedef key_code (*mode_tree_key_cb)(void *, void *, u_int);
3252 typedef void (*mode_tree_each_cb)(void *, void *, struct client *, key_code);
3261 struct client *, key_code, int);
3279 int mode_tree_key(struct mode_tree_data *, struct client *, key_code *,