Searched refs:fromLine (Results 1 – 3 of 3) sorted by relevance
42 jint fromLine; /* for granularity == STEP_LINE */ member
173 step->fromLine = -1; in initState()244 step->fromLine = findLineNumber(thread, location, in initState()628 if (step->fromLine != -1) { in stepControl_handleStep()650 if (line != step->fromLine) { in stepControl_handleStep()
391 int fromLine = GetLineIndexForLocation(from, editline_cursor_row); in MoveCursor() local393 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()