Searched refs:no_exec_cmd (Results 1 – 3 of 3) sorted by relevance
53 int (*no_exec_cmd)(struct child_process *process); member
125 if (cmd->no_exec_cmd) in start_command()126 exit(cmd->no_exec_cmd(cmd)); in start_command()
379 (*child)->process.no_exec_cmd = run_test_child; in start_test()