Searched refs:m_bEnd (Results 1 – 3 of 3) sorted by relevance
24 bool m_bEnd; member134 handle->m_bEnd = false; in FX_OpenFolder()153 if (handle->m_bEnd) in FX_GetNextFile()160 handle->m_bEnd = true; in FX_GetNextFile()
163 bool IsEnd() const { return m_bEnd; } in IsEnd()166 const bool m_bEnd; // indicate whether this is the end of replace action variable
311 : m_pEdit(pEdit), m_bEnd(bIsEnd) { in CFXEU_ReplaceSelection()