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

/openbsd-current/lib/libcurses/base/
H A Dlib_window.c183 WINDOW *nwin = 0; local
193 nwin = NCURSES_SP_NAME(newpad) (NCURSES_SP_ARGx
197 nwin = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx
204 if (nwin != 0) {
208 nwin->_curx = win->_curx;
209 nwin->_cury = win->_cury;
210 nwin->_maxy = win->_maxy;
211 nwin->_maxx = win->_maxx;
212 nwin->_begy = win->_begy;
213 nwin
[all...]
H A Dlib_screen.c505 WINDOW tmp, *nwin; local
546 nwin = NCURSES_SP_NAME(newpad) (NCURSES_SP_ARGx
550 nwin = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx
560 if (nwin != 0) {
564 nwin->_curx = tmp._curx;
565 nwin->_cury = tmp._cury;
566 nwin->_maxy = tmp._maxy;
567 nwin->_maxx = tmp._maxx;
568 nwin->_begy = tmp._begy;
569 nwin
[all...]

Completed in 173 milliseconds