HomeSort by relevance Sort by last modified time
    Searched full:menu_sel (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/
ui.c 91 static int menu_top = 0, menu_items = 0, menu_sel = 0; variable
202 gr_fill(0, (menu_top+menu_sel) * CHAR_HEIGHT,
203 gr_fb_width(), (menu_top+menu_sel+1)*CHAR_HEIGHT+1);
206 if (i == menu_top + menu_sel) {
549 menu_sel = initial_selection;
559 old_sel = menu_sel;
560 menu_sel = sel;
561 if (menu_sel < 0) menu_sel = 0;
562 if (menu_sel >= menu_items) menu_sel = menu_items-1
    [all...]

Completed in 284 milliseconds