Lines Matching refs:item_no
64 print_arrows (WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
85 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
121 int list_height, int item_no, const char * const * items, int flag) in dialog_checklist() argument
131 if ((status = malloc (sizeof (int) * item_no)) == NULL) { in dialog_checklist()
139 for (i = 0; i < item_no; i++) { in dialog_checklist()
145 max_choice = MIN (list_height, item_no); in dialog_checklist()
197 for (i = 0; i < item_no; i++) in dialog_checklist()
214 print_arrows(dialog, choice, item_no, scroll, in dialog_checklist()
251 print_arrows(dialog, choice, item_no, scroll, in dialog_checklist()
261 if (scroll + choice >= item_no - 1) in dialog_checklist()
279 print_arrows(dialog, choice, item_no, scroll, in dialog_checklist()
329 for (i = 0; i < item_no; i++) in dialog_checklist()
340 for (i = 0; i < item_no; i++) { in dialog_checklist()