Searched refs:list_width (Results 1 – 1 of 1) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | checklist.c | 26 static int list_width, check_x, item_x; variable 38 for (i = 0; i < list_width; i++) in print_item() 159 list_width = width - 6; in dialog_checklist() 161 box_x = (width - list_width) / 2 - 1; 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() 178 check_x = (list_width - check_x) / 2; in dialog_checklist()
|