Lines Matching full:trap
278 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2279 # WARNING: Use '\'' to represent an apostrophe within the trap.
2280 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2281 trap 'exit_status=$?
2369 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
7632 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
8118 trap 'exit_status=$?
8122 trap 'as_fn_exit 1' 1 2 13 15