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

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dsource.c57 if (debugging_mode)
114 if (debugging_mode)
H A Dshopt.c66 extern int debugging_mode;
101 { "extdebug", &debugging_mode, (shopt_set_func_t *)NULL },
H A Ddeclare.c270 if (nodefs && debugging_mode)
/macosx-10.9.5/bash-92/bash-3.2/
H A Dshell.h88 extern int debugging_mode;
H A Dshell.c202 int debugging_mode = 0; /* In debugging mode with --debugger */ variable
227 { "debugger", Int, &debugging_mode, (char **)0x0 },
678 if (debugging_mode)
712 if (debugging_mode && locally_skip_execution == 0 && running_setuid == 0)
H A Dexecute_cmd.c1694 if (debugging_mode && retval != EXECUTION_SUCCESS)
1802 if (debugging_mode == 0 || r == EXECUTION_SUCCESS)
2117 if (debugging_mode && retval != EXECUTION_SUCCESS)
2253 if (debugging_mode && retval != EXECUTION_SUCCESS)
2468 if (debugging_mode && retval != EXECUTION_SUCCESS)
2633 if (debugging_mode && retval != EXECUTION_SUCCESS)
2797 if (debugging_mode && result != EXECUTION_SUCCESS)
3301 if (debugging_mode)
3335 if (debugging_mode == 0 || result == EXECUTION_SUCCESS)
3357 if (debugging_mode)
[all...]
H A Dtrap.c774 if (debugging_mode && trap_exit_value == 2 && return_catch_flag)

Completed in 135 milliseconds