Searched refs:bot_sep_win (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/ |
D | menuconfig.py | 2036 bot_sep_win = _styled_win("separator") 2042 _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, 2139 _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, 2162 edit_box, matches_win, bot_sep_win, help_win, 2172 edit_box, matches_win, bot_sep_win, help_win, 2244 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument 2253 bot_sep_win.resize(1, screen_width) 2264 bot_sep_win.mvwin(3 + matches_win_height, 0) 2275 for win in matches_win, bot_sep_win, help_win: 2285 def _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument [all …]
|