pub static retflag: Atomic<i32>
Port of mod_export volatile int retflag; from Src/exec.c:165. Set by bin_return to unwind the function-call stack. Cleared by runshfunc on entry, checked by execlist’s main loop.
mod_export volatile int retflag;
Src/exec.c:165
bin_return
runshfunc
execlist