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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dmenubox.c187 int first_item = 0, max_choice; local
241 first_item = scroll;
253 scroll = first_item = item_no - max_choice;
255 scroll = first_item = choice - max_choice / 2;
261 print_item(first_item + i, i, i == choice);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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] != ':'));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dmenubox.c188 int first_item = 0, max_choice; local
253 first_item = scroll;
260 scroll = first_item = item_count() - max_choice;
262 scroll = first_item = choice - max_choice / 2;
268 print_item(first_item + i, i, i == choice);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dibalance.c380 int first_item; local
387 first_item = 0;
389 for key - with first_item */
391 first_item, cpy_num - del_par);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c1514 xlog_recover_item_t *first_item, *itemq, *itemq_next; local
1518 first_item = itemq = trans->r_itemq;
1546 } while (first_item != itemq);
2764 xlog_recover_item_t *item, *first_item; local
2768 first_item = item = trans->r_itemq;
2808 } while (first_item != item);
2822 xlog_recover_item_t *first_item, *item, *free_item; local
2825 item = first_item = trans->r_itemq;
2838 } while (first_item != item);

Completed in 110 milliseconds