Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DConsole.cpp283 DWORD dwCompletionOffset = 0; in ReadLine() local
700 dwCompletionOffset = dwCurrentCharOffset; in ReadLine()
702 while(dwCompletionOffset) in ReadLine()
704 dwCompletionOffset--; in ReadLine()
705 if (m_pchBuffer[dwCompletionOffset] == _T('\"')) in ReadLine()
716 ASSERT(dwCompletionOffset <= dwCurrentCharOffset); in ReadLine()
722 m_pchBuffer1[dwCompletionOffset] = 0; in ReadLine()
725 dwCompletionStringSize = dwCurrentCharOffset-dwCompletionOffset; in ReadLine()
755 ASSERT(m_dwBufferSize > dwCompletionOffset); in ReadLine()
756 DWORD dwFree = m_dwBufferSize - dwCompletionOffset - 1; in ReadLine()
[all …]