Lines Matching defs:oldscr
596 struct vcons_screen *scr, *oldscr;
604 oldscr = vd->active; /* can be NULL! */
610 if (oldscr != NULL) {
611 SCREEN_INVISIBLE(oldscr);
612 if (SCREEN_IS_BUSY(oldscr)) {
624 oldscr->scr_ri.ri_flg &= ~RI_CURSOR;
630 if (scr == oldscr)
1699 struct vcons_screen *oldscr = vd->active;
1701 if (oldscr) {
1702 SCREEN_INVISIBLE(oldscr);
1703 oldscr->scr_ri.ri_flg &= ~RI_CURSOR;