Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp925 int GetMaxY() { return getmaxy(m_window); } in GetMaxY() function in curses::Window
927 int GetHeight() { return GetMaxY(); } in GetHeight()
3860 m_max_y = window.GetMaxY() - 1; in WindowDelegateDraw()