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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/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 193 milliseconds