Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3695 int GetLastVisibleMatch(int height) { in GetLastVisibleMatch() function in lldb_private::curses::SearcherWindowDelegate
3701 return GetLastVisibleMatch(height) - m_first_visible_match + 1; in GetNumberOfVisibleMatches()
3711 int last_visible_match = GetLastVisibleMatch(height); in UpdateScrolling()