Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DEditline.cpp398 int toLine = GetLineIndexForLocation(to, editline_cursor_row); in MoveCursor() local
399 if (toLine != fromLine) { in MoveCursor()
401 (toLine > fromLine) ? ANSI_DOWN_N_ROWS : ANSI_UP_N_ROWS, in MoveCursor()
402 std::abs(toLine - fromLine)); in MoveCursor()