Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dchecklist.c26 static int list_width, check_x, item_x; variable
39 for (i = 0; i < list_width; i++) in print_item()
161 list_width = width - 6; in dialog_checklist()
163 box_x = (width - list_width) / 2 - 1; in dialog_checklist()
166 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
172 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
180 check_x = (list_width - check_x) / 2; in dialog_checklist()