Lines Matching defs:oldscr
583 struct vcons_screen *scr, *oldscr;
591 oldscr = vd->active; /* can be NULL! */
597 if (oldscr != NULL) {
598 SCREEN_INVISIBLE(oldscr);
599 if (SCREEN_IS_BUSY(oldscr)) {
611 oldscr->scr_ri.ri_flg &= ~RI_CURSOR;
617 if (scr == oldscr)
1686 struct vcons_screen *oldscr = vd->active;
1688 if (oldscr) {
1689 SCREEN_INVISIBLE(oldscr);
1690 oldscr->scr_ri.ri_flg &= ~RI_CURSOR;