Home
last modified time | relevance | path

Searched refs:altPressed (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_debug_console.cpp109 static bool altPressed = false; in debug_keyboard_interrupt() local
120 altPressed = false; in debug_keyboard_interrupt()
134 altPressed = true; in debug_keyboard_interrupt()
142 if (controlPressed && altPressed) in debug_keyboard_interrupt()
147 if (altPressed && sysReqPressed) { in debug_keyboard_interrupt()
152 altPressed = false; in debug_keyboard_interrupt()
194 static bool altPressed = false; in arch_debug_blue_screen_try_getchar() local
239 altPressed = false; in arch_debug_blue_screen_try_getchar()
255 altPressed = true; in arch_debug_blue_screen_try_getchar()
288 if (controlPressed && altPressed) in arch_debug_blue_screen_try_getchar()
[all …]
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp415 static bool altPressed = false; in BlueScreenGetChar() local
466 altPressed = false; in BlueScreenGetChar()
482 altPressed = true; in BlueScreenGetChar()
515 if (controlPressed && altPressed) in BlueScreenGetChar()
529 if (altPressed) in BlueScreenGetChar()