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

/freebsd-13-stable/contrib/dialog/
H A Dformbox.c506 int new_choice, new_scroll; local
834 new_scroll = scrollamt;
837 if (scroll_next(form, items, move_by, &new_choice, &new_scroll)) {
842 if (scrollamt != new_scroll) {
843 scrollamt = new_scroll;
850 if (tab_next(form, items, item_no, move_by, &new_choice, &new_scroll)) {
855 if (scrollamt != new_scroll) {
856 scrollamt = new_scroll;
/freebsd-13-stable/contrib/tcsh/
H A Dtw.parse.c2335 struct scroll_tab_list *new_scroll; local
2337 new_scroll = xmalloc(sizeof(struct scroll_tab_list));
2338 new_scroll->element = Strsave(item);
2339 new_scroll->next = scroll_tab;
2340 scroll_tab = new_scroll;

Completed in 103 milliseconds