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

/freebsd-9.3-release/contrib/dialog/
H A Dformbox.c464 int new_choice, new_scroll; local
738 new_scroll = scrollamt;
741 if (scroll_next(form, items, move_by, &new_choice, &new_scroll)) {
746 if (scrollamt != new_scroll) {
747 scrollamt = new_scroll;
754 if (tab_next(form, items, item_no, move_by, &new_choice, &new_scroll)) {
759 if (scrollamt != new_scroll) {
760 scrollamt = new_scroll;
/freebsd-9.3-release/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 99 milliseconds