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

/freebsd-11.0-release/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c77 int partlist_height, partlist_width; local
120 partlist_height = 10;
124 height += partlist_height;
142 partitions = dlg_sub_window(dialog, partlist_height, partlist_width,
157 if (cur_part - cur_scroll >= partlist_height - 2 ||
162 dlg_draw_box(dialog, 3, 1, partlist_height, partlist_width,
164 for (i = cur_scroll; i < MIN(cur_scroll + partlist_height - 2, nitems);
168 if (nitems > partlist_height - 2)
170 nitems > cur_scroll + partlist_height - 2,
171 partlist_width - 5, 0, partlist_height
[all...]

Completed in 109 milliseconds