Searched refs:box_y (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
77 box_y = y + 2;
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);
181 wmove(dialog, box_y, box_
[all...]
H A Dchecklist.c115 int i, x, y, box_x, box_y; local
162 box_y = height - list_height - 5;
166 list = subwin(dialog, list_height, list_width, y + box_y + 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
217 box_y = height - menu_height - 5;
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
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.c114 int i, x, y, box_x, box_y; local
160 box_y = height - list_height - 5;
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,
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
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);
/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
93 box_y = y + 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);
197 wmove (dialog, box_y, box_
[all...]
H A Dchecklist.c125 int i, x, y, box_x, box_y; local
184 box_y = height - list_height - 5;
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
214 box_y = height - menu_height - 5;
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 117 milliseconds