Home
last modified time | relevance | path

Searched refs:check_x (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
42 wmove(win, choice, check_x); in print_item()
51 wmove(win, choice, check_x + 1); in print_item()
176 check_x = 0; in dialog_checklist()
178 check_x = MAX(check_x, +strlen(items[i * 3 + 1]) + 4); in dialog_checklist()
180 check_x = (list_width - check_x) / 2; in dialog_checklist()
181 item_x = check_x + 4; in dialog_checklist()
195 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
229 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
256 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()