Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dialog/
H A Dformbox.c231 int old_scroll = *scrollamt; in tab_next() local
264 if (*scrollamt != old_scroll) { in tab_next()
267 *scrollamt = old_scroll; in tab_next()
271 wscrl(win, *scrollamt - old_scroll); in tab_next()
292 int old_scroll = *scrollamt; in scroll_next() local
294 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()
326 if (*scrollamt != old_scroll) { in scroll_next()
[all …]