Lines Matching refs:__virtscr

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()
295 screen->__virtscr->maxx; in _wnoutrefresh()
562 win = _cursesi_screen->__virtscr; in doupdate()
627 stdscr, curscr, _cursesi_screen->__virtscr); in doupdate()
697 vlp = _cursesi_screen->__virtscr->alines[win->begy + wy]; in doupdate()
755 *vlp->firstchp = _cursesi_screen->__virtscr->maxx; in doupdate()
756 if (*vlp->lastchp <= _cursesi_screen->__virtscr->maxx) in doupdate()
794 stdscr, curscr, _cursesi_screen->__virtscr); in doupdate()
805 _cursesi_screen->__virtscr->alines[i]->line[j].ch, in doupdate()
806 _cursesi_screen->__virtscr->alines[i]->line[j].attr, in doupdate()
807 _cursesi_screen->__virtscr->alines[i]->line[j].wcols, in doupdate()
808 _cursesi_screen->__virtscr->alines[i]->line[j].cflags, in doupdate()
809 _cursesi_screen->__virtscr->alines[i]->line[j].nsp); in doupdate()
1162 win = __virtscr; in makech()
1185 wy, curscr, __virtscr); in makech()
1188 vlp = &__virtscr->alines[wy]->line[x]; in makech()
1493 curscr, __virtscr ); in makech()
1496 vlp = &__virtscr->alines[wy]->line[x]; in makech()
1553 #define THRESH (int) __virtscr->maxy / 4 in quickch()
1567 for (top = 0; top < __virtscr->maxy; top++) { in quickch()
1568 if (__virtscr->alines[top]->flags & __ISDIRTY && in quickch()
1569 (__virtscr->alines[top]->hash != curscr->alines[top]->hash || in quickch()
1570 !lineeq(__virtscr->alines[top]->line, in quickch()
1572 (size_t) __virtscr->maxx))) { in quickch()
1575 __virtscr->alines[top]->flags &= ~__ISDIRTY; in quickch()
1580 for (bot = __virtscr->maxy - 1; bot >= 0; bot--) { in quickch()
1581 if (__virtscr->alines[bot]->flags & __ISDIRTY && in quickch()
1582 (__virtscr->alines[bot]->hash != curscr->alines[bot]->hash || in quickch()
1583 !lineeq(__virtscr->alines[bot]->line, in quickch()
1585 (size_t) __virtscr->maxx))) { in quickch()
1588 __virtscr->alines[bot]->flags &= ~__ISDIRTY; in quickch()
1597 bcolor = __virtscr->alines[min(top, in quickch()
1598 __virtscr->maxy - 1)]->line[0].attr & __COLOR; in quickch()
1600 if ((__virtscr->alines[i]->line[0].attr & __COLOR) != bcolor) { in quickch()
1601 bcolor = __virtscr->alines[i]->line[__virtscr->maxx]. in quickch()
1616 if (bot < __virtscr->maxy - 1) in quickch()
1647 if (!lineeq(__virtscr->alines[curw]->line, in quickch()
1649 (size_t) __virtscr->maxx)) { in quickch()
1696 __virtscr->alines[i]->hash); in quickch()
1698 __virtscr->alines[i]->flags); in quickch()
1699 for (j = 0; j < __virtscr->maxx; j++) in quickch()
1701 __virtscr->alines[i]->line[j].ch); in quickch()
1704 for (j = 0; j < __virtscr->maxx; j++) in quickch()
1706 __virtscr->alines[i]->line[j].attr); in quickch()
1732 if (__virtscr->maxx != last_hash_len) { in quickch()
1734 for (i = __virtscr->maxx; i > BLANKSIZE; i -= BLANKSIZE) { in quickch()
1740 last_hash_len = __virtscr->maxx; in quickch()
1794 __virtscr->alines[target]->flags &= ~__ISDIRTY; in quickch()
1801 (__virtscr->maxx - 1)) || in quickch()
1804 for (i = __virtscr->maxx; in quickch()
1815 … __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1); in quickch()
1819 … __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1); in quickch()
1823 __touchline(__virtscr, target, 0, in quickch()
1824 (int)__virtscr->maxx - 1); in quickch()
1844 for (j = 0; j < __virtscr->maxx; j++) in quickch()
1846 __virtscr->alines[i]->line[j].ch); in quickch()
1894 top > 3 || bot + 3 < __virtscr->maxy) && in scrolln()
1909 0, (int)__virtscr->maxy - 1), 0, __cputchar); in scrolln()
1964 bot + 3 < __virtscr->maxy) && scroll_reverse != NULL))) in scrolln()
1979 0, (int) __virtscr->maxy - 1), 0, __cputchar); in scrolln()
1988 if (parm_rindex != NULL && bot == __virtscr->maxy) in scrolln()
2001 bot == __virtscr->maxy) in scrolln()