Lines Matching defs:softcursor_original
867 static int softcursor_original = -1;
876 if (softcursor_original != -1)
878 softcursor_original = i;
882 (softcursor_original & CUR_BG) == (i & CUR_BG))
893 if (softcursor_original != -1) {
894 scr_writew(softcursor_original, (u16 *)vc->vc_pos);
896 vc->vc_sw->con_putc(vc, softcursor_original,
898 softcursor_original = -1;
4784 if ((unsigned long)org == vc->vc_pos && softcursor_original != -1)
4785 return softcursor_original;
4793 softcursor_original = -1;