Searched refs:selected_index (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | nconf.c | 929 static void center_item(int selected_index, int *last_top_row) in center_item() argument 935 if (selected_index < toprow || in center_item() 936 selected_index >= toprow+mwin_max_lines) { in center_item() 937 toprow = max(selected_index-mwin_max_lines/2, 0); in center_item() 943 curses_menu_items[selected_index]); in center_item() 951 int selected_index, int *last_top_row) in show_menu() 989 center_item(selected_index, last_top_row); in show_menu() 1236 int selected_index = 0; in conf_choice() local 1266 selected_index = i; in conf_choice() 1272 selected_index, in conf_choice() 950 show_menu(const char *prompt, const char *instructions, int selected_index, int *last_top_row) show_menu() argument [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | nconf.c | 1001 static void center_item(int selected_index, int *last_top_row) in center_item() argument 1007 if (selected_index < toprow || in center_item() 1008 selected_index >= toprow+mwin_max_lines) { in center_item() 1009 toprow = max(selected_index-mwin_max_lines/2, 0); in center_item() 1015 curses_menu_items[selected_index]); in center_item() 1023 int selected_index, int *last_top_row) in show_menu() 1060 center_item(selected_index, last_top_row); in show_menu() 1325 int selected_index = 0; in conf_choice() local 1355 selected_index = i; in conf_choice() 1361 selected_index, in conf_choice() 1022 show_menu(const char *prompt, const char *instructions, int selected_index, int *last_top_row) show_menu() argument [all...] |
Completed in 4 milliseconds