Home
last modified time | relevance | path

Searched refs:list_height (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/archivers/dpkg/dpkg-1.19.7/dselect/
H A Dbasecmds.cc36 topofscreen += list_height; in kd_scrollon()
37 if (topofscreen > nitems - list_height) topofscreen= nitems - list_height; in kd_scrollon()
45 if (topofscreen >= nitems - list_height) return; in kd_scrollon1()
53 topofscreen -= list_height; in kd_scrollback()
55 if (cursorline >= topofscreen + list_height) in kd_scrollback()
56 setcursor(topofscreen + list_height - 1); in kd_scrollback()
63 if (cursorline >= topofscreen + list_height) in kd_scrollback1()
64 setcursor(topofscreen + list_height - 1); in kd_scrollback1()
73 topofscreen= nitems - list_height; in kd_bottom()
75 setcursor(min(topofscreen + list_height - 1, nitems - 1)); in kd_bottom()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/scripts/kconfig/lxdialog/
H A Dchecklist.c118 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()
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()
249 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/scripts/kconfig/lxdialog/
H A Dchecklist.c118 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()
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()
249 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/scripts/kconfig/lxdialog/
H A Dchecklist.c112 int width, int list_height, int item_no, in dialog_checklist() argument
137 max_choice = MIN(list_height, item_no); in dialog_checklist()
162 box_y = height - list_height - 5; in dialog_checklist()
166 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
183 if (choice >= list_height) { in dialog_checklist()
184 scroll = choice - list_height + 1; in dialog_checklist()
195 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
218 if (list_height > 1) { in dialog_checklist()
229 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
242 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/scripts/kconfig/lxdialog/
H A Dchecklist.c118 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()
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()
249 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/scripts/kconfig/lxdialog/
H A Dchecklist.c118 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()
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()
249 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/scripts/kconfig/lxdialog/
H A Dchecklist.c118 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()
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()
249 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/scripts/kconfig/lxdialog/
H A Dchecklist.c118 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()
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()
249 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/scripts/kconfig/lxdialog/
H A Dchecklist.c118 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()
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()
249 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/scripts/kconfig/lxdialog/
H A Dchecklist.c118 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()
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()
249 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/misc/seabios/seabios-1.14.0/scripts/kconfig/lxdialog/
H A Dchecklist.c118 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()
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()
249 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dchecklist.c105 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()
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()
236 if (list_height > 1) { in dialog_checklist()
[all …]

12345678910