pub fn scanfunctions_source(
_ht: *mut HashTable,
func: Option<ScanFunc>,
flags: i32,
dis: i32,
)Expand description
Port of scanfunctions_source(UNUSED(HashTable ht), ScanFunc func, int flags, int dis) from Src/Modules/parameter.c:560.
C: static void scanfunctions_source(UNUSED(HashTable ht), ScanFunc func, int flags, int dis) — iterate shfunctab, emit source filename.
WARNING: param names don’t match C — Rust=(_ht, func, _dis) vs C=(ht, func, flags, dis)