Skip to main content

execif

Function execif 

Source
pub fn execif(state: &mut estate, do_exec: i32) -> i32
Expand description

Port of execif(Estate state, int do_exec) from Src/loop.c:553-598. if cond; then body; elif ...; else ...; fi.