usr.bin/tmux/tmux.h
1548
struct key_event {
usr.bin/tmux/tmux.h
1955
typedef int (*overlay_key_cb)(struct client *, void *, struct key_event *);
usr.bin/tmux/tmux.h
2846
struct cmdq_state *cmdq_new_state(struct cmd_find_state *, struct key_event *,
usr.bin/tmux/tmux.h
2907
struct cmdq_item *, struct client *, struct key_event *,
usr.bin/tmux/tmux.h
2985
int server_client_handle_key(struct client *, struct key_event *);
usr.bin/tmux/tmux.h
3691
int menu_key_cb(struct client *, void *, struct key_event *);