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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dchecklist.c26 static int list_width, check_x, item_x; variable
45 wmove(win, choice, check_x);
56 wmove(win, choice, check_x + 1);
180 check_x = 0;
182 check_x = MAX(check_x, strlen(item_str()) + 4);
183 check_x = MIN(check_x, list_width);
185 check_x = (list_width - check_x) /
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dchecklist.c26 static int list_width, check_x, item_x, checkflag; variable
43 wmove (win, choice, check_x);
55 wmove (win, choice, check_x+1);
197 check_x = 0;
199 check_x = MAX (check_x, + strlen (items[i]->name) + 4);
201 check_x = (list_width - check_x) / 2;
202 item_x = check_x + 4;
216 box_y, box_x + check_x
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dchecklist.c26 static int list_width, check_x, item_x; variable
42 wmove(win, choice, check_x);
51 wmove(win, choice, check_x + 1);
176 check_x = 0;
178 check_x = MAX(check_x, +strlen(items[i * 3 + 1]) + 4);
180 check_x = (list_width - check_x) / 2;
181 item_x = check_x + 4;
195 box_y, box_x + check_x
[all...]

Completed in 170 milliseconds