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

/haiku/src/system/kernel/debug/
H A Ddebug_commands.h39 extern bool gInvokeCommandDirectly;
H A Ddebug_builtin_commands.cpp328 gInvokeCommandDirectly = parse_expression(argv[1]) == 0;
331 gInvokeCommandDirectly ? "off" : "on");
H A Ddebug_commands.cpp47 bool gInvokeCommandDirectly = false; variable
304 if (gInvokeCommandDirectly)
353 if (!gInvokeCommandDirectly && sInvokeCommandLevel > 0) {

Completed in 70 milliseconds