Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h263 int GetLineIndexForLocation(CursorLocation location, int cursor_row);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp374 int Editline::GetLineIndexForLocation(CursorLocation location, int cursor_row) { in GetLineIndexForLocation() argument
383 line += cursor_row; in GetLineIndexForLocation()
835 int cursor_row = cursor_position / m_terminal_width; in NextLineCommand() local
836 for (int line_count = 0; line_count < m_current_line_rows - cursor_row; in NextLineCommand()