Home
last modified time | relevance | path

Searched refs:in_command_invocation (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/kernel/debug/
H A Dblue_screen.cpp120 if (in_command_invocation()) in next_line()
134 const char *text = in_command_invocation() in next_line()
153 } else if (c == 'q' && in_command_invocation()) { in next_line()
156 } else if (c == 'p' && !in_command_invocation()) in next_line()
158 else if (c == 't' && !in_command_invocation()) in next_line()
694 && (in_command_invocation() || sScreen.boot_debug_output)) in blue_screen_putchar()
710 && (in_command_invocation() || sScreen.boot_debug_output)) in blue_screen_puts()
H A Ddebug_commands.h49 bool in_command_invocation(void);
H A Ddebug_commands.cpp271 in_command_invocation(void) in in_command_invocation() function