usr.bin/tmux/tmux.h
1673
struct key_event {
usr.bin/tmux/tmux.h
2153
typedef int (*overlay_key_cb)(struct client *, void *, struct key_event *);
usr.bin/tmux/tmux.h
3134
struct cmdq_state *cmdq_new_state(struct cmd_find_state *, struct key_event *,
usr.bin/tmux/tmux.h
3196
struct cmdq_item *, struct client *, struct key_event *,
usr.bin/tmux/tmux.h
3273
int server_client_handle_key(struct client *, struct key_event *);
usr.bin/tmux/tmux.h
3274
int server_client_handle_key_after(struct client *, struct key_event *,
usr.bin/tmux/tmux.h
4120
int menu_key(struct client *, struct menu_data *, struct key_event *);