Lines Matching refs:ExecCommand
5 typedef struct ExecCommand ExecCommand; typedef
95 struct ExecCommand { struct
100 LIST_FIELDS(ExecCommand, command); /* useful for chaining commands */ argument
432 ExecCommand *command,
439 void exec_command_done_array(ExecCommand *c, size_t n);
440 ExecCommand* exec_command_free_list(ExecCommand *c);
441 void exec_command_free_array(ExecCommand **c, size_t n);
442 void exec_command_reset_status_array(ExecCommand *c, size_t n);
443 void exec_command_reset_status_list_array(ExecCommand **c, size_t n);
444 void exec_command_dump_list(ExecCommand *c, FILE *f, const char *prefix);
445 void exec_command_append_list(ExecCommand **l, ExecCommand *e);
446 int exec_command_set(ExecCommand *c, const char *path, ...) _sentinel_;
447 int exec_command_append(ExecCommand *c, const char *path, ...) _sentinel_;