Searched refs:return_trap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c3199 char *debug_trap, *error_trap, *return_trap; local
3242 return_trap = TRAP_STRING(RETURN_TRAP);
3245 return_trap is important here! unwind-protect commands are run
3277 if (return_trap && ((trace_p (var) == 0) && function_trace_mode == 0))
3279 if (return_trap && (signal_in_progress (DEBUG_TRAP) || ((trace_p (var) == 0) && function_trace_mode == 0)))
3284 return_trap = savestring (return_trap);
3285 add_unwind_protect (xfree, return_trap);
3286 add_unwind_protect (set_return_trap, return_trap);

Completed in 64 milliseconds