pub static list_pipe: Atomic<i32>Expand description
Port of int list_pipe = 0; from Src/exec.c:457. Set when the
currently-executing pipeline is the long-running pipe-into-loop
shape (cat foo | while read a; do ... done) — drives the
super/sub-job tracking documented in the famous Allen Edeln…
comment block above this declaration in C.