Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DCompletion.cpp252 BOOL blnForward = FALSE; in Get() local
260 blnForward = nIndex > m_nLastSearched; in Get()
261 nRelativeIndex = blnForward?(nIndex-m_nLastSearched):(m_nLastSearched-nIndex); in Get()
269 blnForward = TRUE; in Get()
276 blnForward = FALSE; in Get()
294 pNode = blnForward?(pNode->m_pNext):(pNode->m_pPrev); in Get()
H A DConsole.cpp740 BOOL blnForward = !(InputRecord.Event.KeyEvent.dwControlKeyState & SHIFT_PRESSED); in ReadLine() local
744 …blnCompletionMode?&blnForward:NULL, // If this is first time we call the completion callback, do n… in ReadLine()