menu_height       175 scripts/kconfig/lxdialog/menubox.c 	int height, width, menu_height;
menu_height       188 scripts/kconfig/lxdialog/menubox.c 	menu_height = height - 10;
menu_height       190 scripts/kconfig/lxdialog/menubox.c 	max_choice = MIN(menu_height, item_count());
menu_height       217 scripts/kconfig/lxdialog/menubox.c 	box_y = height - menu_height - 5;
menu_height       221 scripts/kconfig/lxdialog/menubox.c 	menu = subwin(dialog, menu_height, menu_width,
menu_height       226 scripts/kconfig/lxdialog/menubox.c 	draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2,
menu_height       263 scripts/kconfig/lxdialog/menubox.c 		     box_y, box_x + item_x + 1, menu_height);
menu_height       352 scripts/kconfig/lxdialog/menubox.c 				     box_y, box_x + item_x + 1, menu_height);