Searched refs:menu_height (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dmenubox.c182 int menu_height, const char *current, int item_no,
191 max_choice = MIN(menu_height, item_no);
217 box_y = height - menu_height - 5;
221 menu = subwin(dialog, menu_height, menu_width,
226 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2,
267 box_y, box_x + item_x + 1, menu_height);
353 box_y, box_x + item_x + 1, menu_height);
181 dialog_menu(const char *title, const char *prompt, int height, int width, int menu_height, const char *current, int item_no, const char *const *items) argument
H A Ddialog.h159 int menu_height, const char *choice, int item_no,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dmenubox.c186 int height, width, menu_height; local
199 menu_height = height - 10;
201 max_choice = MIN(menu_height, item_count());
228 box_y = height - menu_height - 5;
232 menu = subwin(dialog, menu_height, menu_width,
237 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2,
274 box_y, box_x + item_x + 1, menu_height);
362 box_y, box_x + item_x + 1, menu_height);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dmenubox.c167 int menu_height, const char *current, int item_no,
175 max_choice = MIN (menu_height, item_no);
214 box_y = height - menu_height - 5;
218 menu = subwin (dialog, menu_height, menu_width,
223 draw_box (dialog, box_y, box_x, menu_height + 2, menu_width + 2,
270 box_y, box_x+item_x+1, menu_height);
378 box_y, box_x+item_x+1, menu_height);
166 dialog_menu(const char *title, const char *prompt, int height, int width, int menu_height, const char *current, int item_no, struct dialog_list_item ** items) argument
H A Ddialog.h165 int menu_height, const char *choice, int item_no,

Completed in 60 milliseconds