Searched refs:first_item (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dmenubox.c172 int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; local
244 first_item = scroll;
256 scroll = first_item = item_no-max_choice;
258 scroll = first_item = choice - max_choice/2;
264 print_item (menu, items[(first_item + i) * 2 + 1], i, i == choice,
265 (items[(first_item + i)*2][0] != ':'));
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dmenubox.c171 int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; local
243 first_item = scroll;
255 scroll = first_item = item_no-max_choice;
257 scroll = first_item = choice - max_choice/2;
263 print_item (menu, items[first_item + i]->name, i, i == choice,
264 (items[first_item + i]->tag[0] != ':'));
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dibalance.c383 int first_item; local
389 first_item = 0;
391 for key - with first_item */
392 internal_delete_pointers_items (src_bi, first_pointer, first_item, cpy_num - del_par);

Completed in 48 milliseconds