Home
last modified time | relevance | path

Searched refs:list_height (Results 1 – 2 of 2) sorted by relevance

/external/toybox/kconfig/lxdialog/
Dchecklist.c112 int width, int list_height) in dialog_checklist() argument
134 max_choice = MIN(list_height, item_count()); in dialog_checklist()
160 box_y = height - list_height - 5; in dialog_checklist()
164 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
170 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
181 if (choice >= list_height) { in dialog_checklist()
182 scroll = choice - list_height + 1; in dialog_checklist()
193 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
217 if (list_height > 1) { in dialog_checklist()
229 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
[all …]
Ddialog.h210 int width, int list_height);