Home | History | Annotate | Download | only in autom4te.cache

Lines Matching full:trap

272 @%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2084 # WARNING: Use '\'' to represent an apostrophe within the trap.
2085 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2086 trap 'exit_status=$?
2182 trap
9617 @%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
10082 trap 'exit_status=$?
10085 trap 'as_fn_exit 1' 1 2 13 15