Home
last modified time | relevance | path

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

/reactos/base/applications/cmdutils/more/
H A Dmore.c169 BOOL fCtrl; in PagePrompt() local
280 fCtrl = !!(KeyEvent.dwControlKeyState & (LEFT_CTRL_PRESSED | RIGHT_CTRL_PRESSED)); in PagePrompt()
283 if (fCtrl && ((KeyEvent.wVirtualKeyCode == VK_ESCAPE) || in PagePrompt()
365 if (fCtrl && ((KeyEvent.wVirtualKeyCode == VK_ESCAPE) || in PagePrompt()
404 if (fCtrl) in PagePrompt()