Searched refs:_scroll (Results 1 – 25 of 27) sorted by relevance
12
97 if (w->_scroll && w->_cury == 0 && n != 0 && in winsdelln()100 w->_scroll += (short) n; in winsdelln()102 w->_scroll = 0; in winsdelln()
169 ns->_scroll = w->_scroll; in wnoutrefresh()170 w->_scroll = 0; in wnoutrefresh()
132 w->_scroll += (short) n; in wscrl()134 w->_scroll = 0; in wscrl()
1103 if (newscr->_scroll) { in doupdate()1107 newscr->_scroll = 0; in doupdate()1110 newscr->_scroll = 0; /* Just fudge it for now ... */ in doupdate()1115 if (newscr->_scroll == 0) { in doupdate()1122 if (!scroll_up(newscr->_scroll)) { in doupdate()1140 newscr->_scroll = curscr->_scroll = 0; in doupdate()
185 w->_scroll = 0; in __m_newwin()
101 if (w->_scroll && w->_cury == 0 && n != 0 && (w->_flags & W_FULL_WINDOW)103 w->_scroll += n;105 w->_scroll = 0;
163 ns->_scroll = w->_scroll;164 w->_scroll = 0;
88 w->_scroll += n;90 w->_scroll = 0;
982 else if (newscr->_scroll < 0 && scroll_dn(-newscr->_scroll)) in doupdate()984 else if (scroll_dn(-newscr->_scroll)) in doupdate()987 else if (0 < newscr->_scroll && scroll_up(newscr->_scroll)) in doupdate()1012 newscr->_scroll = curscr->_scroll = 0; in doupdate()
180 w->_scroll = 0;
126 savscrl = win->_scroll; in winsnstr()129 win->_scroll = win->_sync; in winsnstr()161 win->_scroll = savscrl; in winsnstr()
50 win->_scroll = (bf) ? TRUE : FALSE; in scrollok()
64 if (!win->_scroll || (win->_flags & _ISPAD)) in wscrl()
103 win->_leave = win->_scroll = win->_use_idl = win->_use_keypad = in _makenew()
164 unsigned _scroll : 1; /* scrollok() info */972 #define scrollok(win, bf) (((win)->_scroll = ((bf) ? TRUE : FALSE)), OK)
39 if (!win->_scroll) in scroll()
36 if (!win->_scroll && (win->_flags&_FULLWIN) && in wgetch()
45 if (win->_scroll) { in winsch()
47 if (!win->_scroll && (win->_flags&_SCROLLWIN)) in box()
187 win->_scroll = win->_leave = FALSE; in makenew()193 fprintf(outf, "MAKENEW: win->_scroll = %d\n", win->_scroll); in makenew()
63 if (win->_scroll) { in waddch()
241 if (win->_scroll) { in makech()
84 bool _scroll; member155 #define scrollok(win, bf) (win->_scroll = bf)
52 _scr_init.o _scr_restore.o _scr_set.o _scrl.o _scroll.o \
154 unsigned short _scroll; /* Internal for scroll optimization. */ member