Skip to main content

retflag

Static retflag 

Source
pub static retflag: Atomic<i32>
Expand description

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.