Searched refs:fromLine (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp386 int fromLine = GetLineIndexForLocation(from, editline_cursor_row); local
388 if (toLine != fromLine) {
390 (toLine > fromLine) ? ANSI_DOWN_N_ROWS : ANSI_UP_N_ROWS,
391 std::abs(toLine - fromLine));

Completed in 170 milliseconds