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

/scripts/kconfig/lxdialog/
H A Dinputbox.c47 int i, x, y, box_y, box_x, box_width; local
89 box_y = y + 2;
97 wmove(dialog, box_y, box_x);
111 wmove(dialog, box_y, box_x + input_x);
134 wmove(dialog, box_y, box_x);
143 mvwaddch(dialog, box_y, input_x + box_x, ' ');
144 wmove(dialog, box_y, input_x + box_x);
156 wmove(dialog, box_y, box_x);
160 wmove(dialog, box_y, input_x++ + box_x);
189 wmove(dialog, box_y, box_
[all...]
H A Dchecklist.c120 int i, x, y, box_x, box_y; local
166 box_y = height - list_height - 5;
170 list = subwin(dialog, list_height, list_width, y + box_y + 1,
176 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
200 box_y, box_x + check_x + 5, list_height);
236 scroll, box_y, box_x + check_x + 5, list_height);
264 scroll, box_y, box_x + check_x + 5, list_height);
H A Dmenubox.c185 int i, j, x, y, box_x, box_y; local
228 box_y = height - menu_height - 5;
233 y + box_y + 1, x + box_x + 1);
237 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2,
274 box_y, box_x + item_x + 1, menu_height);
362 box_y, box_x + item_x + 1, menu_height);

Completed in 412 milliseconds