Home
last modified time | relevance | path

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

/netbsd/src/lib/libcurses/
Drefresh.c214 && 0 <= newy && newy < screen->__virtscr->maxy) in _wnoutrefresh()
215 screen->__virtscr->cury = newy; in _wnoutrefresh()
217 && 0 <= newx && newx < screen->__virtscr->maxx) in _wnoutrefresh()
218 screen->__virtscr->curx = newx; in _wnoutrefresh()
223 screen->__virtscr->flags |= __CLEAROK; in _wnoutrefresh()
226 screen->__virtscr->flags &= ~__LEAVEOK; in _wnoutrefresh()
227 screen->__virtscr->flags |= dwin->flags; in _wnoutrefresh()
235 y_off < screen->__virtscr->maxy; wy++, y_off++, dy_off++) in _wnoutrefresh()
267 vlp = screen->__virtscr->alines[y_off]; in _wnoutrefresh()
293 if (x_off + (mx - wx) > screen->__virtscr->maxx) in _wnoutrefresh()
[all …]
Dscreen.c108 __virtscr = new->__virtscr; in set_term()
164 new_screen->__virtscr = NULL; in newterm()
194 if ((new_screen->__virtscr = __newwin(new_screen, 0, in newterm()
Dresize.c83 if (win == curscr || win == __virtscr || win == stdscr) { in wresize()
120 if ((__resizewin(__virtscr, nlines, ncols)) == ERR) in wresize()
122 __virtscr->reqy = req_nlines; in wresize()
123 __virtscr->reqx = req_ncols; in wresize()
194 if (__resizeterm(__virtscr, nlines, ncols) == ERR) in resize_term()
Ddelwin.c111 if (win == _cursesi_screen->__virtscr) in delwin()
112 _cursesi_screen->__virtscr = NULL; in delwin()
Dcurses_private.h216 WINDOW *__virtscr; /* Virtual screen (for doupdate()). */ member
431 extern WINDOW *__virtscr;
Dcurses.c65 WINDOW *__virtscr; /* Virtual screen (for doupdate()). */ variable
Dcolor.c249 if (wlp->winp != __virtscr && wlp->winp != curscr) { in start_color()
667 if (win == __virtscr) in __change_pair()
Dcurses.expsym81 __virtscr