Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3693 int GetLastVisibleMatch(int height) { in GetLastVisibleMatch() function in curses::SearcherWindowDelegate
3699 return GetLastVisibleMatch(height) - m_first_visible_match + 1; in GetNumberOfVisibleMatches()
3709 int last_visible_match = GetLastVisibleMatch(height); in UpdateScrolling()