Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dnew_curse.c3270 int first_same; in doupdate() local
3362 for (first_same = window->Num_lines; in doupdate()
3363 (first_same > from_top) && (virtual_lines[first_same - 1]); in doupdate()
3364 first_same--) in doupdate()
3370 while ((from_top < first_same) && nc_scrolling_ability) in doupdate()