Searched refs:last_new (Results 1 – 1 of 1) sorted by relevance
527 int last_new, last_old; /* Index of the last visible line. */ in display_scroll_line_starts() local537 last_new = window->pagetop + (window->height - 1); in display_scroll_line_starts()538 if (last_new > window->line_count) in display_scroll_line_starts()539 last_new = window->line_count - 1; in display_scroll_line_starts()547 old < last_old && new < last_new; in display_scroll_line_starts()557 for (new = new_first; new < last_new; new++) in display_scroll_line_starts()