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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dinputbox.c47 int i, x, y, box_y, box_x, box_width; local
78 box_x = (width - box_width) / 2;
79 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, border_attr, dialog_attr);
84 wmove(dialog, box_y, box_x);
103 wmove(dialog, box_y, box_x + input_x);
126 wmove(dialog, box_y, box_x);
135 mvwaddch(dialog, box_y, input_x + box_x, ' ');
136 wmove(dialog, box_y, input_x + box_x);
148 wmove(dialog, box_y, box_x);
152 wmove(dialog, box_y, input_x++ + box_x);
[all...]
H A Dchecklist.c115 int i, x, y, box_x, box_y; local
163 box_x = (width - list_width) / 2 - 1;
167 x + box_x + 1);
172 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
195 box_y, box_x + check_x + 5, list_height);
229 scroll, box_y, box_x + check_x + 5, list_height);
256 scroll, box_y, box_x + check_x + 5, list_height);
H A Dmenubox.c185 int i, j, x, y, box_x, box_y; local
218 box_x = (width - menu_width) / 2 - 1;
222 y + box_y + 1, x + box_x + 1);
226 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2,
267 box_y, box_x + item_x + 1, menu_height);
353 box_y, box_x + item_x + 1, menu_height);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dinputbox.c47 int i, x, y, box_y, box_x, box_width; local
90 box_x = (width - box_width) / 2;
91 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 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);
[all...]
H A Dchecklist.c114 int i, x, y, box_x, box_y; local
161 box_x = (width - list_width) / 2 - 1;
165 x + box_x + 1);
170 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
193 box_y, box_x + check_x + 5, list_height);
229 scroll, box_y, box_x + check_x + 5, list_height);
257 scroll, box_y, box_x + check_x + 5, list_height);
H A Dmenubox.c185 int i, j, x, y, box_x, box_y; local
229 box_x = (width - menu_width) / 2 - 1;
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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dinputbox.c49 int i, x, y, box_y, box_x, box_width; local
94 box_x = (width - box_width) / 2;
95 draw_box (dialog, y + 1, box_x - 1, 3, box_width + 2,
101 wmove (dialog, box_y, box_x);
119 wmove (dialog, box_y, box_x + input_x);
143 wmove (dialog, box_y, box_x);
151 mvwaddch (dialog, box_y, input_x + box_x, ' ');
152 wmove (dialog, box_y, input_x + box_x);
164 wmove (dialog, box_y, box_x);
168 wmove (dialog, box_y, input_x++ + box_x);
[all...]
H A Dchecklist.c125 int i, x, y, box_x, box_y; local
185 box_x = (width - list_width) / 2 - 1;
188 list = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1);
193 draw_box (dialog, box_y, box_x, list_height + 2, list_width + 2,
216 box_y, box_x + check_x + 5, list_height);
253 box_y, box_x + check_x + 5, list_height);
281 box_y, box_x + check_x + 5, list_height);
H A Dmenubox.c170 int i, j, x, y, box_x, box_y; local
215 box_x = (width - menu_width) / 2 - 1;
219 y + box_y + 1, x + box_x + 1);
223 draw_box (dialog, box_y, box_x, menu_height + 2, menu_width + 2,
270 box_y, box_x+item_x+1, menu_height);
378 box_y, box_x+item_x+1, menu_height);

Completed in 157 milliseconds