HomeSort by relevance Sort by last modified time
    Searched full:list_width (Results 1 - 1 of 1) sorted by null

  /external/toybox/kconfig/lxdialog/
checklist.c 26 static int list_width, check_x, item_x; variable
38 for (i = 0; i < list_width; i++)
159 list_width = width - 6;
161 box_x = (width - list_width) / 2 - 1;
164 list = subwin(dialog, list_height, list_width, y + box_y + 1,
170 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
178 check_x = (list_width - check_x) / 2;

Completed in 1264 milliseconds