Home
last modified time | relevance | path

Searched refs:virt_scr (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libcurses/screen/
H A Ddelscreen.c66 if (screen->virt_scr) in delscreen()
67 (void) delwin(screen->virt_scr); in delscreen()
H A Dnewscreen.c221 if (!(SP->virt_scr = newwin(LINES, COLS, 0, 0))) in newscreen()
223 _virtscr = SP->virt_scr; in newscreen()
225 SP->virt_scr->_clear = FALSE; in newscreen()
H A Dgetsyx.c70 if (SP->virt_scr->_leave) in _getsyx()
H A Dsetsyx.c62 SP->virt_scr->_leave = TRUE; in setsyx()
H A Dsetcurscreen.c67 _virtscr = SP->virt_scr; in setcurscreen()
H A Dscr_reset.c281 SP->virt_scr = _virtscr = win; in scr_reset()
286 SP->virt_scr = _virtscr = win1; in scr_reset()
H A Dwnoutref.c74 SP->virt_scr->_leave = win->_leave; in wnoutrefresh()
H A Dcurshdr.h140 WINDOW *virt_scr; /* what's virtually on the screen */ member