Lines Matching defs:softcursor_original
815 static int softcursor_original = -1;
824 if (softcursor_original != -1)
826 softcursor_original = i;
830 (softcursor_original & CUR_BG) == (i & CUR_BG))
841 if (softcursor_original != -1) {
842 scr_writew(softcursor_original, (u16 *)vc->vc_pos);
844 vc->vc_sw->con_putc(vc, softcursor_original,
846 softcursor_original = -1;
4728 if ((unsigned long)org == vc->vc_pos && softcursor_original != -1)
4729 return softcursor_original;
4737 softcursor_original = -1;