Searched refs:min_scroll (Results 1 – 2 of 2) sorted by relevance
39 void scroll_cursor_top(int min_scroll, int always);41 void scroll_cursor_bot(int min_scroll, int set_topbot);
1781 scroll_cursor_top(int min_scroll, int always) in scroll_cursor_top() argument1864 if ((new_topline >= curwin->w_topline || scrolled > min_scroll) in scroll_cursor_top()1950 scroll_cursor_bot(int min_scroll, int set_topbot) in scroll_cursor_bot() argument2046 if ((((scrolled <= 0 || scrolled >= min_scroll) in scroll_cursor_bot()2090 || scrolled < min_scroll) in scroll_cursor_bot()2141 if (line_count >= curwin->w_height && line_count > min_scroll) in scroll_cursor_bot()