Home | History | Annotate | Download | only in openssh

Lines Matching full:trap

280 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2324 # WARNING: Use '\'' to represent an apostrophe within the trap.
2325 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2326 trap 'exit_status=$?
2414 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
16458 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16909 trap 'exit_status=$?
16913 trap 'as_fn_exit 1' 1 2 13 15