Searched defs:exec_args (Results 1 – 2 of 2) sorted by relevance
254 struct exec_args { struct255 const tools::fs::path m_prog;256 const argv_array& m_argv;257 void (*m_prehook)(void);
592 struct exec_args { struct602 struct exec_args *ea = v; in do_exec() argument