Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStatusline.cpp38 m_terminal_height(m_debugger.GetTerminalHeight()) { in Statusline()
46 m_terminal_height = m_debugger.GetTerminalHeight(); in TerminalSizeChanged()
H A DDebugger.cpp408 uint64_t Debugger::GetTerminalHeight() const { in GetTerminalHeight() function in Debugger
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h268 size_t GetTerminalHeight() { return m_terminal_height; } in GetTerminalHeight() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h518 uint32_t GetTerminalHeight() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h272 uint64_t GetTerminalHeight() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1372 uint32_t SBDebugger::GetTerminalHeight() const { in GetTerminalHeight() function in SBDebugger
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1070 const size_t page_size = editline.GetTerminalHeight() - 3; in DisplayCompletions()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23422 result = (uint32_t)((lldb::SBDebugger const *)arg1)->GetTerminalHeight(); in _wrap_SBDebugger_GetTerminalHeight()