Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h247 int GetLineIndexForLocation(CursorLocation location, int cursor_row);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp363 int Editline::GetLineIndexForLocation(CursorLocation location, int cursor_row) { in GetLineIndexForLocation() argument
372 line += cursor_row; in GetLineIndexForLocation()
827 int cursor_row = cursor_position / m_terminal_width; in NextLineCommand() local
828 for (int line_count = 0; line_count < m_current_line_rows - cursor_row; in NextLineCommand()