Searched refs:item_count (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 201 max_choice = MIN(menu_height, item_count()); in dialog_menu() 252 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu() 259 if (choice >= item_count() - max_choice / 2) in dialog_menu() 260 scroll = first_item = item_count() - max_choice; in dialog_menu() 273 print_arrows(dialog, item_count(), scroll, in dialog_menu() 324 (scroll + max_choice < item_count())) { in dialog_menu() 347 if (scroll + max_choice < item_count()) { in dialog_menu() 361 print_arrows(dialog, item_count(), scroll, in dialog_menu()
|
| H A D | checklist.c | 140 max_choice = MIN(list_height, item_count()); in dialog_checklist() 199 print_arrows(dialog, choice, item_count(), scroll, in dialog_checklist() 235 print_arrows(dialog, choice, item_count(), in dialog_checklist() 246 if (scroll + choice >= item_count() - 1) in dialog_checklist() 263 print_arrows(dialog, choice, item_count(), in dialog_checklist()
|
| H A D | dialog.h | 182 int item_count(void);
|
| H A D | util.c | 613 int item_count(void) in item_count() function
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | nconf.c | 935 if (toprow >= item_count(curses_menu)-mwin_max_lines) in center_item() 936 toprow = item_count(curses_menu)-mwin_max_lines; in center_item()
|