pub fn ecgetlist(
s: &mut estate,
num: usize,
dup: i32,
tokflag: Option<&mut i32>,
) -> Vec<String>Expand description
Port of ecgetlist(Estate s, int num, int dup, int *tokflag) from
Src/parse.c:2937. Same shape as ecgetarr but C returns
LinkList; zshrs uses Vec<String> for both.