Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/ !
H A DIOHandlerCursesGUI.cpp3725 int current_match = m_first_visible_match + i; in DrawMatches() local
3726 if (current_match == m_selected_match) in DrawMatches()
3729 m_delegate_sp->GetMatchTextAtIndex(current_match).c_str()); in DrawMatches()
3730 if (current_match == m_selected_match) in DrawMatches()