Searched refs:item_count (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 191 max_choice = MIN(menu_height, item_count()); in dialog_menu() 242 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu() 249 if (choice >= item_count() - max_choice / 2) in dialog_menu() 250 scroll = first_item = item_count() - max_choice; in dialog_menu() 263 print_arrows(dialog, item_count(), scroll, in dialog_menu() 294 if (item_count() != 0 && in dialog_menu() 315 (scroll + max_choice < item_count())) { in dialog_menu() 338 if (scroll + max_choice < item_count()) { in dialog_menu() 352 print_arrows(dialog, item_count(), scroll, in dialog_menu()
|
| H A D | checklist.c | 128 max_choice = MIN(list_height, item_count()); in dialog_checklist() 187 print_arrows(dialog, choice, item_count(), scroll, in dialog_checklist() 223 print_arrows(dialog, choice, item_count(), in dialog_checklist() 234 if (scroll + choice >= item_count() - 1) in dialog_checklist() 251 print_arrows(dialog, choice, item_count(), in dialog_checklist()
|
| H A D | dialog.h | 177 int item_count(void);
|
| H A D | util.c | 657 int item_count(void) in item_count() function
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | nconf.c | 938 if (toprow >= item_count(curses_menu)-mwin_max_lines) in center_item() 939 toprow = item_count(curses_menu)-mwin_max_lines; in center_item()
|
| H A D | mconf.c | 673 if (item_count() != 0) { in conf()
|