Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7051 1, line, m_first_visible_column, is_pc_line); in WindowDelegateDraw()
7057 1, line.empty() && m_first_visible_column == 0 ? " " : "<"); in WindowDelegateDraw()
7205 strm.GetString().substr(m_first_visible_column).data()); in WindowDelegateDraw()
7303 if (m_first_visible_column > 0) in WindowDelegateHandleChar()
7304 --m_first_visible_column; in WindowDelegateHandleChar()
7308 ++m_first_visible_column; in WindowDelegateHandleChar()
7546 int m_first_visible_column = 0; member in SourceFileWindowDelegate