Searched refs:child_process (Results 1 – 4 of 4) sorted by relevance
17 struct child_process { struct51 int start_command(struct child_process *); argument52 int finish_command(struct child_process *);53 int run_command(struct child_process *);
28 int start_command(struct child_process *cmd) in start_command()199 int finish_command(struct child_process *cmd) in finish_command()204 int run_command(struct child_process *cmd) in run_command()212 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt()225 struct child_process cmd; in run_command_v_opt()
41 static struct child_process pager_process;
61 struct child_process ec_process; in check_emacsclient_version()