Lines Matching refs:scrolled
1783 int scrolled = 0; in scroll_cursor_top() local
1809 scrolled = used; in scroll_cursor_top()
1859 scrolled += i; in scroll_cursor_top()
1864 if ((new_topline >= curwin->w_topline || scrolled > min_scroll) in scroll_cursor_top()
1953 int scrolled = 0; in scroll_cursor_bot() local
2016 scrolled = used; in scroll_cursor_bot()
2018 scrolled -= curwin->w_empty_rows; in scroll_cursor_bot()
2046 if ((((scrolled <= 0 || scrolled >= min_scroll) in scroll_cursor_bot()
2073 scrolled += loff.height; in scroll_cursor_bot()
2079 scrolled -= curwin->w_empty_rows; in scroll_cursor_bot()
2090 || scrolled < min_scroll) in scroll_cursor_bot()
2101 scrolled += boff.height; in scroll_cursor_bot()
2107 scrolled -= curwin->w_empty_rows; in scroll_cursor_bot()
2114 if (scrolled <= 0) in scroll_cursor_bot()
2127 for (i = 0; i < scrolled && boff.lnum < curwin->w_botline; ) in scroll_cursor_bot()
2133 if (i < scrolled) // below curwin->w_botline, don't scroll in scroll_cursor_bot()
2692 long scrolled = 0; in halfpage() local
2728 if (n < 0 && scrolled > 0) in halfpage()
2746 scrolled += i; in halfpage()
2815 if (n < 0 && scrolled > 0) in halfpage()
2827 scrolled += i; in halfpage()