Searched refs:item_x (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dmenubox.c61 static int menu_width, item_x; variable
89 mvwaddstr (win, choice, item_x, menu_item);
92 mvwaddch(win, choice, item_x+j, menu_item[j]);
95 wmove (win, choice, item_x+1);
231 item_x = 0;
233 item_x = MAX (item_x, MIN(menu_width, strlen (items[i * 2 + 1]) + 2));
237 item_x = (menu_width - item_x) / 2;
271 box_y, box_x+item_x
[all...]
H A Dchecklist.c26 static int list_width, check_x, item_x, checkflag; variable
51 mvwaddch(win, choice, item_x, item[0]);
201 item_x = check_x + 4;
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dmenubox.c61 static int menu_width, item_x; variable
89 mvwaddstr (win, choice, item_x, menu_item);
92 mvwaddch(win, choice, item_x+j, menu_item[j]);
95 wmove (win, choice, item_x+1);
230 item_x = 0;
232 item_x = MAX (item_x, MIN(menu_width, strlen (items[i]->name) + 2));
236 item_x = (menu_width - item_x) / 2;
270 box_y, box_x+item_x
[all...]
H A Dchecklist.c26 static int list_width, check_x, item_x, checkflag; variable
51 mvwaddch(win, choice, item_x, item[0]);
202 item_x = check_x + 4;

Completed in 142 milliseconds