Home
last modified time | relevance | path

Searched refs:in_exit_trap (Results 1 – 2 of 2) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dsignals.c61 int in_exit_trap; variable
1485 ++in_exit_trap; in dotrap()
1490 --in_exit_trap; in dotrap()
H A Dexec.c5944 if (exit_pending && exit_level >= locallevel+1 && !in_exit_trap) {