Lines Matching refs:_max_scroll
1237 and _menu_scroll < _max_scroll(_shown, _menu_win):
1265 _menu_scroll = _max_scroll(_shown, _menu_win)
1330 _max_scroll(_shown, _menu_win))
1395 if _menu_scroll < _max_scroll(_shown, _menu_win):
2059 and scroll < _max_scroll(matches, matches_win):
2197 scroll = _max_scroll(matches, matches_win)
2334 if scroll < _max_scroll(matches, matches_win):
2416 if scroll < _max_scroll(lines, text_win):
2420 scroll = min(scroll + _PG_JUMP, _max_scroll(lines, text_win))
2426 scroll = _max_scroll(lines, text_win)
2509 if scroll < _max_scroll(lines, text_win):
2859 def _max_scroll(lst, win): function