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