box_x             107 scripts/kconfig/lxdialog/checklist.c 	int i, x, y, box_x, box_y;
box_x             154 scripts/kconfig/lxdialog/checklist.c 	box_x = (width - list_width) / 2 - 1;
box_x             158 scripts/kconfig/lxdialog/checklist.c 		      x + box_x + 1);
box_x             163 scripts/kconfig/lxdialog/checklist.c 	draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
box_x             187 scripts/kconfig/lxdialog/checklist.c 		     box_y, box_x + check_x + 5, list_height);
box_x             223 scripts/kconfig/lxdialog/checklist.c 						     scroll, box_y, box_x + check_x + 5, list_height);
box_x             251 scripts/kconfig/lxdialog/checklist.c 						     scroll, box_y, box_x + check_x + 5, list_height);
box_x              34 scripts/kconfig/lxdialog/inputbox.c 	int i, x, y, box_y, box_x, box_width;
box_x              78 scripts/kconfig/lxdialog/inputbox.c 	box_x = (width - box_width) / 2;
box_x              79 scripts/kconfig/lxdialog/inputbox.c 	draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2,
box_x              85 scripts/kconfig/lxdialog/inputbox.c 	wmove(dialog, box_y, box_x);
box_x             102 scripts/kconfig/lxdialog/inputbox.c 	wmove(dialog, box_y, box_x + input_x);
box_x             134 scripts/kconfig/lxdialog/inputbox.c 					wmove(dialog, box_y, box_x);
box_x             142 scripts/kconfig/lxdialog/inputbox.c 					wmove(dialog, box_y, input_x + box_x);
box_x             149 scripts/kconfig/lxdialog/inputbox.c 						wmove(dialog, box_y, --input_x + box_x);
box_x             152 scripts/kconfig/lxdialog/inputbox.c 						wmove(dialog, box_y, box_x);
box_x             160 scripts/kconfig/lxdialog/inputbox.c 						wmove(dialog, box_y, box_x);
box_x             168 scripts/kconfig/lxdialog/inputbox.c 						wmove(dialog, box_y, ++input_x + box_x);
box_x             171 scripts/kconfig/lxdialog/inputbox.c 						wmove(dialog, box_y, box_x);
box_x             179 scripts/kconfig/lxdialog/inputbox.c 						wmove(dialog, box_y, input_x + box_x);
box_x             205 scripts/kconfig/lxdialog/inputbox.c 						wmove(dialog, box_y, box_x);
box_x             213 scripts/kconfig/lxdialog/inputbox.c 						wmove(dialog, box_y, input_x + box_x);
box_x             240 scripts/kconfig/lxdialog/inputbox.c 				wmove(dialog, box_y, box_x + input_x);
box_x             264 scripts/kconfig/lxdialog/inputbox.c 				wmove(dialog, box_y, box_x + input_x);
box_x             174 scripts/kconfig/lxdialog/menubox.c 	int i, j, x, y, box_x, box_y;
box_x             218 scripts/kconfig/lxdialog/menubox.c 	box_x = (width - menu_width) / 2 - 1;
box_x             222 scripts/kconfig/lxdialog/menubox.c 		      y + box_y + 1, x + box_x + 1);
box_x             226 scripts/kconfig/lxdialog/menubox.c 	draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2,
box_x             263 scripts/kconfig/lxdialog/menubox.c 		     box_y, box_x + item_x + 1, menu_height);
box_x             352 scripts/kconfig/lxdialog/menubox.c 				     box_y, box_x + item_x + 1, menu_height);