list_height       105 scripts/kconfig/lxdialog/checklist.c 		     int width, int list_height)
list_height       127 scripts/kconfig/lxdialog/checklist.c 	max_choice = MIN(list_height, item_count());
list_height       153 scripts/kconfig/lxdialog/checklist.c 	box_y = height - list_height - 5;
list_height       157 scripts/kconfig/lxdialog/checklist.c 	list = subwin(dialog, list_height, list_width, y + box_y + 1,
list_height       163 scripts/kconfig/lxdialog/checklist.c 	draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
list_height       175 scripts/kconfig/lxdialog/checklist.c 	if (choice >= list_height) {
list_height       176 scripts/kconfig/lxdialog/checklist.c 		scroll = choice - list_height + 1;
list_height       187 scripts/kconfig/lxdialog/checklist.c 		     box_y, box_x + check_x + 5, list_height);
list_height       211 scripts/kconfig/lxdialog/checklist.c 					if (list_height > 1) {
list_height       223 scripts/kconfig/lxdialog/checklist.c 						     scroll, box_y, box_x + check_x + 5, list_height);
list_height       236 scripts/kconfig/lxdialog/checklist.c 					if (list_height > 1) {
list_height       251 scripts/kconfig/lxdialog/checklist.c 						     scroll, box_y, box_x + check_x + 5, list_height);
list_height       225 scripts/kconfig/lxdialog/dialog.h 		     int width, int list_height);