Lines Matching refs:ERR
270 trap 'val=false' ERR
296 trap - ERR
413 trap "print error; exit 1" ERR
417 then err_exit 'ERR trap not cleared'
434 trap 'print ERR; return 1' ERR
439 [[ $err == ERR ]] || err_exit 'trap on ERR not working in a function'
801 trap 'err_f' ERR
804 [[ $x == failed ]] && err_exit 'ERR trap executed multiple times'