usr.bin/tmux/tmux.h
1098
struct menu {
usr.bin/tmux/tmux.h
3219
void screen_write_menu(struct screen_write_ctx *, struct menu *, int,
usr.bin/tmux/tmux.h
3670
void menu_add_items(struct menu *, const struct menu_item *,
usr.bin/tmux/tmux.h
3673
void menu_add_item(struct menu *, const struct menu_item *,
usr.bin/tmux/tmux.h
3676
void menu_free(struct menu *);
usr.bin/tmux/tmux.h
3677
struct menu_data *menu_prepare(struct menu *, int, int, struct cmdq_item *,
usr.bin/tmux/tmux.h
3681
int menu_display(struct menu *, int, int, struct cmdq_item *,