Home | History | Annotate | Download | only in recovery

Lines Matching full:menu_sel

71     menu_sel(0),
258 if (i == menu_top + menu_sel) {
583 menu_sel = initial_selection;
593 old_sel = menu_sel;
594 menu_sel = sel;
595 if (menu_sel < 0) menu_sel = 0;
596 if (menu_sel >= menu_items) menu_sel = menu_items-1;
597 sel = menu_sel;
598 if (menu_sel != old_sel) update_screen_locked();