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

/freebsd-10.3-release/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c78 int cur_scroll = 0; local
156 cur_scroll = *nscroll;
157 if (cur_part - cur_scroll >= partlist_height - 2 ||
158 cur_part - cur_scroll < 0)
159 cur_scroll = cur_part;
164 for (i = cur_scroll; i < MIN(cur_scroll + partlist_height - 2, nitems);
166 print_partedit_item(partitions, items, i, cur_scroll,
169 dlg_draw_arrows(partitions, cur_scroll > 0,
170 nitems > cur_scroll
[all...]

Completed in 49 milliseconds