Searched refs:__virtscr (Results 1 – 8 of 8) sorted by relevance
214 && 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 …]
108 __virtscr = new->__virtscr; in set_term()164 new_screen->__virtscr = NULL; in newterm()194 if ((new_screen->__virtscr = __newwin(new_screen, 0, in newterm()
83 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()
111 if (win == _cursesi_screen->__virtscr) in delwin()112 _cursesi_screen->__virtscr = NULL; in delwin()
216 WINDOW *__virtscr; /* Virtual screen (for doupdate()). */ member431 extern WINDOW *__virtscr;
65 WINDOW *__virtscr; /* Virtual screen (for doupdate()). */ variable
249 if (wlp->winp != __virtscr && wlp->winp != curscr) { in start_color()667 if (win == __virtscr) in __change_pair()
81 __virtscr