Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dformbox.c232 int old_scroll = *scrollamt; in tab_next() local
265 if (*scrollamt != old_scroll) { in tab_next()
268 *scrollamt = old_scroll; in tab_next()
272 wscrl(win, *scrollamt - old_scroll); in tab_next()
280 return (old_choice != *choice) || (old_scroll != *scrollamt); in tab_next()
293 int old_scroll = *scrollamt; in scroll_next() local
295 int target = old_scroll + stepsize; in scroll_next()
298 if (old_row != old_scroll) in scroll_next()
299 target = old_scroll; in scroll_next()
301 target = old_scroll + stepsize; in scroll_next()
[all …]