Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dialog/
H A Deditbox.c268 #define SCROLL_TO(target) show_all = scroll_to(pagesize, listsize, &base_row, &thisrow, target) macro
543 SCROLL_TO(thisrow - 1); in dlg_editbox()
546 SCROLL_TO(thisrow + 1); in dlg_editbox()
549 SCROLL_TO(0); in dlg_editbox()
552 SCROLL_TO(listsize); in dlg_editbox()
555 SCROLL_TO(base_row + pagesize); in dlg_editbox()
559 SCROLL_TO(base_row); in dlg_editbox()
561 SCROLL_TO(base_row - pagesize); in dlg_editbox()
590 SCROLL_TO(thisrow); in dlg_editbox()
665 SCROLL_TO(thisrow); in dlg_editbox()