usr.bin/tmux/tmux.h
2807
struct cmd_list *);
usr.bin/tmux/tmux.h
3095
struct cmd_list *cmd_list_copy(const struct cmd_list *, int, char **);
usr.bin/tmux/tmux.h
3096
void cmd_list_append(struct cmd_list *, struct cmd *);
usr.bin/tmux/tmux.h
3097
void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
3097
void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
3098
void cmd_list_move(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
3098
void cmd_list_move(struct cmd_list *, struct cmd_list *);
usr.bin/tmux/tmux.h
3099
void cmd_list_free(struct cmd_list *);
usr.bin/tmux/tmux.h
3102
char *cmd_list_print(const struct cmd_list *, int);
usr.bin/tmux/tmux.h
3103
struct cmd *cmd_list_first(struct cmd_list *);
usr.bin/tmux/tmux.h
3105
int cmd_list_all_have(struct cmd_list *, int);
usr.bin/tmux/tmux.h
3106
int cmd_list_any_have(struct cmd_list *, int);
usr.bin/tmux/tmux.h
3156
struct cmdq_item *cmdq_get_command(struct cmd_list *, struct cmdq_state *);
usr.bin/tmux/tmux.h
3188
struct cmd_list *);