Home
last modified time | relevance | path

Searched refs:_scroll (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/lib/libcurses/widechar/
H A Dlib_add_wch.c148 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()
H A Dlib_get_wstr.c154 && win->_scroll) in wgetn_wstr()
191 if (win->_scroll in wgetn_wstr()
/openbsd-src/lib/libcurses/base/
H A Dlib_scrollok.c54 win->_scroll = flag; in NCURSES_EXPORT()
H A Dlib_getstr.c127 && win->_scroll) in wgetnstr_events()
170 if (win->_scroll in wgetnstr_events()
H A Dlib_addch.c155 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()
H A Dlib_window.c227 nwin->_scroll = win->_scroll; in dupwin()
H A Dlib_scroll.c145 if (!win || !win->_scroll) { in wscrl()
H A Dlib_screen.c140 DATA(_scroll, pBOOL),
582 nwin->_scroll = tmp._scroll; in NCURSES_SP_NAME()
H A Dlib_newwin.c319 win->_scroll = FALSE; in NCURSES_SP_NAME()
/openbsd-src/lib/libcurses/
H A Dcurses.h511 bool _scroll; /* OK to scroll this window? */ member
1443 #define is_scrollok(win) (NCURSES_OK_ADDR(win) ? (win)->_scroll : FALSE)