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

/haiku-fatelf/src/bin/bash/
H A Dshell.h88 extern int debugging_mode;
H A Dshell.c216 int debugging_mode = 0; /* In debugging mode with --debugger */ variable
241 { "debugger", Int, &debugging_mode, (char **)0x0 },
675 if (debugging_mode)
709 if (debugging_mode && locally_skip_execution == 0 && running_setuid == 0)
H A Dexecute_cmd.c2334 if (debugging_mode && retval != EXECUTION_SUCCESS)
2442 if (debugging_mode == 0 || r == EXECUTION_SUCCESS)
2757 if (debugging_mode && retval != EXECUTION_SUCCESS)
2893 if (debugging_mode && retval != EXECUTION_SUCCESS)
3115 if (debugging_mode && retval != EXECUTION_SUCCESS)
3280 if (debugging_mode && retval != EXECUTION_SUCCESS)
3483 if (debugging_mode && result != EXECUTION_SUCCESS)
4018 if (debugging_mode)
4052 if (debugging_mode == 0 || result == EXECUTION_SUCCESS)
4074 if (debugging_mode)
[all...]
H A Dtrap.c835 if (debugging_mode && trap_exit_value == 2 && return_catch_flag)
/haiku-fatelf/src/bin/sharutils/src/
H A Dshar.c187 static int debugging_mode = 0;
242 if (debugging_mode) printf(Format, Value)
1814 debugging_mode = 1;
185 static int debugging_mode = 0; variable

Completed in 131 milliseconds