usr.bin/tmux/tmux.h
2805
struct cmd_list *);
usr.bin/tmux/tmux.h
3093
struct cmd_list *cmd_list_copy(const struct cmd_list *, int, char **);
usr.bin/tmux/tmux.h
3094
void cmd_list_append(struct cmd_list *, struct cmd *);
usr.bin/tmux/tmux.h
3095
void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
3095
void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
3096
void cmd_list_move(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
3096
void cmd_list_move(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
3097
void cmd_list_free(struct cmd_list *);
usr.bin/tmux/tmux.h
3100
char *cmd_list_print(const struct cmd_list *, int);
usr.bin/tmux/tmux.h
3101
struct cmd *cmd_list_first(struct cmd_list *);
usr.bin/tmux/tmux.h
3103
int cmd_list_all_have(struct cmd_list *, int);
usr.bin/tmux/tmux.h
3104
int cmd_list_any_have(struct cmd_list *, int);
usr.bin/tmux/tmux.h
3154
struct cmdq_item *cmdq_get_command(struct cmd_list *, struct cmdq_state *);
usr.bin/tmux/tmux.h
3186
struct cmd_list *);