Lines Matching refs:i
20 int i; in print_item() local
29 for (i = 0; i < list_width; i++) in print_item()
107 int i, x, y, box_x, box_y; in dialog_checklist() local
142 for (i = 0; i < width - 2; i++) in dialog_checklist()
181 for (i = 0; i < max_choice; i++) { in dialog_checklist()
182 item_set(scroll + i); in dialog_checklist()
183 print_item(list, i, i == choice); in dialog_checklist()
198 for (i = 0; i < max_choice; i++) { in dialog_checklist()
199 item_set(i + scroll); in dialog_checklist()
204 if (i < max_choice || key == KEY_UP || key == KEY_DOWN || in dialog_checklist()
230 i = choice - 1; in dialog_checklist()
258 i = choice + 1; in dialog_checklist()
260 if (i != choice) { in dialog_checklist()
265 choice = i; in dialog_checklist()