Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/dialog/
H A Deditbox.c276 #define SCROLL_TO(target) show_all = scroll_to(pagesize, listsize, &base_row, &thisrow, target) macro
564 SCROLL_TO(thisrow - 1); in dlg_editbox()
567 SCROLL_TO(thisrow + 1); in dlg_editbox()
570 SCROLL_TO(0); in dlg_editbox()
573 SCROLL_TO(listsize); in dlg_editbox()
576 SCROLL_TO(base_row + pagesize); in dlg_editbox()
580 SCROLL_TO(base_row); in dlg_editbox()
582 SCROLL_TO(base_row - pagesize); in dlg_editbox()
611 SCROLL_TO(thisrow); in dlg_editbox()
690 SCROLL_TO(thisrow); in dlg_editbox()