Searched refs:list_height (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 106 int width, int list_height) in dialog_checklist() argument 128 max_choice = MIN(list_height, item_count()); in dialog_checklist() 154 box_y = height - list_height - 5; in dialog_checklist() 158 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist() 164 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist() 176 if (choice >= list_height) { in dialog_checklist() 177 scroll = choice - list_height + 1; in dialog_checklist() 188 box_y, box_x + check_x + 5, list_height); in dialog_checklist() 212 if (list_height > 1) { in dialog_checklist() 224 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist() [all …]
|
| H A D | dialog.h | 232 int width, int list_height);
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | checklist.c | 118 int width, int list_height) in dialog_checklist() argument 140 max_choice = MIN(list_height, item_count()); in dialog_checklist() 166 box_y = height - list_height - 5; in dialog_checklist() 170 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist() 176 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist() 188 if (choice >= list_height) { in dialog_checklist() 189 scroll = choice - list_height + 1; in dialog_checklist() 200 box_y, box_x + check_x + 5, list_height); in dialog_checklist() 224 if (list_height > 1) { in dialog_checklist() 236 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist() [all …]
|
| H A D | dialog.h | 244 int width, int list_height);
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 105 int width, int list_height) in dialog_checklist() argument 127 max_choice = MIN(list_height, item_count()); in dialog_checklist() 153 box_y = height - list_height - 5; in dialog_checklist() 157 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist() 163 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist() 175 if (choice >= list_height) { in dialog_checklist() 176 scroll = choice - list_height + 1; in dialog_checklist() 187 box_y, box_x + check_x + 5, list_height); in dialog_checklist() 211 if (list_height > 1) { in dialog_checklist() 223 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist() [all …]
|
| H A D | dialog.h | 225 int width, int list_height);
|