pub static subsh: Atomic<i32>Expand description
Port of int subsh; from Src/exec.c:160. Subshell depth — bumped
every time entersubsh forks a sub-shell, used by signal handling
(different SIGINT semantics in subshells) and by ${$$} ($$
stays at the top-level pid).