Searched refs:_max_scroll (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 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) [all …]
|