Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp550 if (m_current_line_rows != -1 && new_line_rows != m_current_line_rows) { in GetCharacter()
557 m_current_line_rows = new_line_rows; in GetCharacter()
828 for (int line_count = 0; line_count < m_current_line_rows - cursor_row; in NextLineCommand()
1411 if (m_current_line_rows != -1) { in ApplyTerminalSizeChange()
1415 m_current_line_rows = (lineLength / columns) + 1; in ApplyTerminalSizeChange()
1419 m_current_line_rows = 1; in ApplyTerminalSizeChange()
1538 m_current_line_rows = -1; in GetLines()
/external/llvm-project/lldb/include/lldb/Host/
DEditline.h355 int m_current_line_rows = -1; variable