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

/linux-master/scripts/kconfig/lxdialog/
H A Dchecklist.c13 static int list_width, check_x, item_x; variable
21 char *list_item = malloc(list_width + 1);
23 strncpy(list_item, item_str(), list_width - item_x);
24 list_item[list_width - item_x] = '\0';
29 for (i = 0; i < list_width; i++)
152 list_width = width - 6;
154 box_x = (width - list_width) / 2 - 1;
157 list = subwin(dialog, list_height, list_width, y + box_y + 1,
163 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
170 check_x = MIN(check_x, list_width);
[all...]

Completed in 120 milliseconds