Home
last modified time | relevance | path

Searched refs:_nextp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/ucblib/libcurses/
H A Ddelwin.c44 wp = win->_nextp; in delwin()
46 np = wp->_nextp; in delwin()
57 for (wp = win->_nextp; wp->_nextp != win; wp = wp->_nextp) in delwin()
59 wp->_nextp = win->_nextp; in delwin()
H A Did_subwins.c37 for (win = orig->_nextp; win != orig; win = win->_nextp) { in _id_subwins()
H A Dnewwin.c67 win->_nextp = win; in newwin()
119 win->_nextp = orig->_nextp; in subwin()
120 orig->_nextp = win; in subwin()
H A Dmvwin.c45 win = win->_nextp; in mvwin()
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h86 struct _win_st *_nextp, *_orig; member