Searched refs:input_x (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.c48 int input_x = 0, scroll = 0, key = 0, button = -1; local
92 input_x = strlen(instr);
94 if (input_x >= box_width) {
95 scroll = input_x - box_width + 1;
96 input_x = box_width - 1;
103 wmove(dialog, box_y, box_x + input_x);
122 if (input_x || scroll) {
124 if (!input_x) {
129 instr[scroll + input_x + i] ?
130 instr[scroll + input_x
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; local
100 input_x = strlen(instr);
102 if (input_x >= box_width) {
103 scroll = input_x - box_width + 1;
104 input_x = box_width - 1;
111 wmove(dialog, box_y, box_x + input_x);
130 if (input_x || scroll) {
132 if (!input_x) {
137 instr[scroll + input_x + i] ?
138 instr[scroll + input_x
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dinputbox.c50 int input_x = 0, scroll = 0, key = 0, button = -1; local
109 input_x = strlen (instr);
111 if (input_x >= box_width) {
112 scroll = input_x - box_width + 1;
113 input_x = box_width - 1;
119 wmove (dialog, box_y, box_x + input_x);
138 if (input_x || scroll) {
140 if (!input_x) {
145 waddch (dialog, instr[scroll + input_x + i] ?
146 instr[scroll + input_x
[all...]

Completed in 104 milliseconds