Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp392 int toLine = GetLineIndexForLocation(to, editline_cursor_row); in MoveCursor() local
393 if (toLine != fromLine) { in MoveCursor()
395 (toLine > fromLine) ? ANSI_DOWN_N_ROWS : ANSI_UP_N_ROWS, in MoveCursor()
396 std::abs(toLine - fromLine)); in MoveCursor()