Lines Matching defs:cmd_list
1630 struct cmd_list *cmdlist;
1684 struct cmd_list {
1705 struct cmd_list *cmdlist;
2037 struct cmd_list *cmdlist;
2066 struct cmd_list *cmdlist;
2547 struct cmd_list *args_make_commands_now(struct cmd *, struct cmdq_item *,
2551 struct cmd_list *args_make_commands(struct args_command_state *, int, char **,
2619 struct cmd_list *cmd_list_new(void);
2620 struct cmd_list *cmd_list_copy(struct cmd_list *, int, char **);
2621 void cmd_list_append(struct cmd_list *, struct cmd *);
2622 void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
2623 void cmd_list_move(struct cmd_list *, struct cmd_list *);
2624 void cmd_list_free(struct cmd_list *);
2625 char *cmd_list_print(struct cmd_list *, int);
2626 struct cmd *cmd_list_first(struct cmd_list *);
2628 int cmd_list_all_have(struct cmd_list *, int);
2629 int cmd_list_any_have(struct cmd_list *, int);
2678 struct cmdq_item *cmdq_get_command(struct cmd_list *, struct cmdq_state *);
2710 struct cmd_list *);