Skip to main content

execode

Function execode 

Source
pub fn execode(p: Box<eprog>, dont_change_job: i32, exiting: i32, context: &str)
Expand description

Port of void execode(Eprog p, int dont_change_job, int exiting, char *context) from Src/exec.c:1245-1282. Set up an estate around the given Eprog and run execlist. Maintains the zsh_eval_context stack so $ZSH_EVAL_CONTEXT reflects the call chain.