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

/freebsd-10.0-release/contrib/dialog/
H A Dformbox.c500 int new_choice, new_scroll; local
816 new_scroll = scrollamt;
819 if (scroll_next(form, items, move_by, &new_choice, &new_scroll)) {
824 if (scrollamt != new_scroll) {
825 scrollamt = new_scroll;
832 if (tab_next(form, items, item_no, move_by, &new_choice, &new_scroll)) {
837 if (scrollamt != new_scroll) {
838 scrollamt = new_scroll;
/freebsd-10.0-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 158 milliseconds