Searched refs:_scroll (Results 1 – 10 of 10) sorted by relevance
148 if (!win->_scroll) in wrap_to_next_line()346 if ((!win->_scroll && (y == win->_regbottom)) in wadd_wch_nosync()360 if (win->_scroll) { in wadd_wch_nosync()372 if (win->_scroll) in wadd_wch_nosync()
154 && win->_scroll) in wgetn_wstr()191 if (win->_scroll in wgetn_wstr()
54 win->_scroll = flag; in NCURSES_EXPORT()
127 && win->_scroll) in wgetnstr_events()170 if (win->_scroll in wgetnstr_events()
155 if (!win->_scroll) in wrap_to_next_line()491 if ((!win->_scroll && (y == win->_regbottom)) in waddch_nosync()505 if (win->_scroll) { in waddch_nosync()517 if (win->_scroll) in waddch_nosync()
227 nwin->_scroll = win->_scroll; in dupwin()
145 if (!win || !win->_scroll) { in wscrl()
140 DATA(_scroll, pBOOL),582 nwin->_scroll = tmp._scroll; in NCURSES_SP_NAME()
319 win->_scroll = FALSE; in NCURSES_SP_NAME()
511 bool _scroll; /* OK to scroll this window? */ member1443 #define is_scrollok(win) (NCURSES_OK_ADDR(win) ? (win)->_scroll : FALSE)