usr.bin/tmux/tmux.h
2521
struct cmd_list *);
usr.bin/tmux/tmux.h
2807
struct cmd_list *cmd_list_copy(const struct cmd_list *, int, char **);
usr.bin/tmux/tmux.h
2808
void cmd_list_append(struct cmd_list *, struct cmd *);
usr.bin/tmux/tmux.h
2809
void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
2809
void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
2810
void cmd_list_move(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
2810
void cmd_list_move(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
2811
void cmd_list_free(struct cmd_list *);
usr.bin/tmux/tmux.h
2814
char *cmd_list_print(const struct cmd_list *, int);
usr.bin/tmux/tmux.h
2815
struct cmd *cmd_list_first(struct cmd_list *);
usr.bin/tmux/tmux.h
2817
int cmd_list_all_have(struct cmd_list *, int);
usr.bin/tmux/tmux.h
2818
int cmd_list_any_have(struct cmd_list *, int);
usr.bin/tmux/tmux.h
2867
struct cmdq_item *cmdq_get_command(struct cmd_list *, struct cmdq_state *);
usr.bin/tmux/tmux.h
2899
struct cmd_list *);