Searched refs:box_width (Results 1 - 3 of 3) 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
75 box_width = width - 6;
78 box_x = (width - box_width) / 2;
79 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, border_attr, dialog_attr);
94 if (input_x >= box_width) {
95 scroll = input_x - box_width + 1;
96 input_x = box_width - 1;
97 for (i = 0; i < box_width - 1; i++)
125 scroll = scroll < box_width - 1 ? 0 : scroll - (box_width
[all...]
/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
87 box_width = width - 6;
90 box_x = (width - box_width) / 2;
91 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2,
102 if (input_x >= box_width) {
103 scroll = input_x - box_width + 1;
104 input_x = box_width - 1;
105 for (i = 0; i < box_width - 1; i++)
133 scroll = scroll < box_width - 1 ? 0 : scroll - (box_width
[all...]
/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
91 box_width = width - 6;
94 box_x = (width - box_width) / 2;
95 draw_box (dialog, y + 1, box_x - 1, 3, box_width + 2,
111 if (input_x >= box_width) {
112 scroll = input_x - box_width + 1;
113 input_x = box_width - 1;
114 for (i = 0; i < box_width - 1; i++)
141 scroll = scroll < box_width - 1 ?
142 0 : scroll - (box_width
[all...]

Completed in 107 milliseconds