Lines Matching refs:item_no
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
79 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
112 int width, int list_height, int item_no, in dialog_checklist() argument
120 if ((status = malloc(sizeof(int) * item_no)) == NULL) { in dialog_checklist()
128 for (i = 0; i < item_no; i++) { in dialog_checklist()
137 max_choice = MIN(list_height, item_no); in dialog_checklist()
177 for (i = 0; i < item_no; i++) in dialog_checklist()
194 print_arrows(dialog, choice, item_no, scroll, in dialog_checklist()
228 print_arrows(dialog, choice, item_no, in dialog_checklist()
239 if (scroll + choice >= item_no - 1) in dialog_checklist()
255 print_arrows(dialog, choice, item_no, in dialog_checklist()
301 for (i = 0; i < item_no; i++) in dialog_checklist()
311 for (i = 0; i < item_no; i++) in dialog_checklist()