Lines Matching refs:i
84 int i, c; in bootmenu_autoboot_loop() local
92 for (i = 0; i < 100; ++i) { in bootmenu_autoboot_loop()
196 int i; in bootmenu_choice_entry() local
220 for (i = 0; i < menu->active; ++i) in bootmenu_choice_entry()
250 unsigned short int i = 0; in bootmenu_create() local
267 while ((option = bootmenu_getoption(i))) { in bootmenu_create()
297 sprintf(entry->key, "%d", i); in bootmenu_create()
299 entry->num = i; in bootmenu_create()
309 ++i; in bootmenu_create()
311 if (i == MAX_COUNT - 1) in bootmenu_create()
316 if (i <= MAX_COUNT - 1) { in bootmenu_create()
334 sprintf(entry->key, "%d", i); in bootmenu_create()
336 entry->num = i; in bootmenu_create()
346 ++i; in bootmenu_create()
349 menu->count = i; in bootmenu_create()