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

/freebsd-10.2-release/contrib/dialog/
H A Dformbox.c231 int old_scroll = *scrollamt; local
264 if (*scrollamt != old_scroll) {
267 *scrollamt = old_scroll;
271 wscrl(win, *scrollamt - old_scroll);
279 return (old_choice != *choice) || (old_scroll != *scrollamt);
292 int old_scroll = *scrollamt; local
294 int target = old_scroll + stepsize;
298 if (old_row != old_scroll)
299 target = old_scroll;
301 target = old_scroll
[all...]

Completed in 90 milliseconds