Skip to main content

zsh_eval_context

Static zsh_eval_context 

Source
pub static zsh_eval_context: Mutex<Vec<String>>
Expand description

Port of char **zsh_eval_context; from Src/exec.c (zsh.export:355). Stack of "context" labels used by eval-style nested execution: bin_dot, bin_eval, execode, autoloads. Each execode(prog, ..., "context") pushes its label and pops on return.