Lines Matching refs:i
21 int i; in print_item() local
30 for (i = 0; i < list_width; i++) in print_item()
108 int i, x, y, box_x, box_y; in dialog_checklist() local
143 for (i = 0; i < width - 2; i++) in dialog_checklist()
182 for (i = 0; i < max_choice; i++) { in dialog_checklist()
183 item_set(scroll + i); in dialog_checklist()
184 print_item(list, i, i == choice); in dialog_checklist()
199 for (i = 0; i < max_choice; i++) { in dialog_checklist()
200 item_set(i + scroll); in dialog_checklist()
205 if (i < max_choice || key == KEY_UP || key == KEY_DOWN || in dialog_checklist()
231 i = choice - 1; in dialog_checklist()
259 i = choice + 1; in dialog_checklist()
261 if (i != choice) { in dialog_checklist()
266 choice = i; in dialog_checklist()