Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3705 if (m_selected_match < m_first_visible_match) { in UpdateScrolling()
3706 m_first_visible_match = m_selected_match; in UpdateScrolling()
3712 if (m_selected_match > last_visible_match) { in UpdateScrolling()
3713 m_first_visible_match = m_selected_match - height + 1; in UpdateScrolling()
3727 if (current_match == m_selected_match) in DrawMatches()
3731 if (current_match == m_selected_match) in DrawMatches()
3762 if (m_selected_match != m_delegate_sp->GetNumberOfMatches() - 1) in SelectNext()
3763 m_selected_match++; in SelectNext()
3767 if (m_selected_match != 0) in SelectPrevious()
3768 m_selected_match--; in SelectPrevious()
[all …]