Searched refs:altPressed (Results 1 – 2 of 2) sorted by relevance
109 static bool altPressed = false; in debug_keyboard_interrupt() local120 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() local239 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 …]
415 static bool altPressed = false; in BlueScreenGetChar() local466 altPressed = false; in BlueScreenGetChar()482 altPressed = true; in BlueScreenGetChar()515 if (controlPressed && altPressed) in BlueScreenGetChar()529 if (altPressed) in BlueScreenGetChar()