Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5232 m_title(), m_tid(LLDB_INVALID_THREAD_ID), m_line_width(4), in SourceFileWindowDelegate()
5368 m_line_width = 1; in WindowDelegateDraw()
5370 ++m_line_width; in WindowDelegateDraw()
5488 window.Printf(" %*u ", m_line_width, curr_line + 1); in WindowDelegateDraw()
5998 int m_line_width; member in SourceFileWindowDelegate