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):
2056 and scroll < _max_scroll(matches, matches_win):
2194 scroll = _max_scroll(matches, matches_win)
2328 if scroll < _max_scroll(matches, matches_win):
2410 if scroll < _max_scroll(lines, text_win):
2414 scroll = min(scroll + _PG_JUMP, _max_scroll(lines, text_win))
2420 scroll = _max_scroll(lines, text_win)
2503 if scroll < _max_scroll(lines, text_win):
2853 def _max_scroll(lst, win): function