Searched refs:softcursor_original (Results 1 – 1 of 1) sorted by relevance
567 static int softcursor_original; variable575 if (softcursor_original != -1) return; in add_softcursor()576 softcursor_original = i; in add_softcursor()579 if ((type & 0x20) && ((softcursor_original & 0x7000) == (i & 0x7000))) i ^= 0x7000; in add_softcursor()588 if (softcursor_original != -1) { in hide_softcursor()589 scr_writew(softcursor_original, (u16 *)vc->vc_pos); in hide_softcursor()591 vc->vc_sw->con_putc(vc, softcursor_original, in hide_softcursor()593 softcursor_original = -1; in hide_softcursor()4235 if ((unsigned long)org == vc->vc_pos && softcursor_original != -1) in vcs_scr_readw()4236 return softcursor_original; in vcs_scr_readw()[all …]