Home
last modified time | relevance | path

Searched refs:softcursor_original (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dconsole.c515 static int softcursor_original; variable
523 if (softcursor_original != -1) return; in add_softcursor()
524 softcursor_original = i; in add_softcursor()
527 if ((type & 0x20) && ((softcursor_original & 0x7000) == (i & 0x7000))) i ^= 0x7000; in add_softcursor()
538 if (softcursor_original != -1) { in hide_cursor()
539 scr_writew(softcursor_original,(u16 *) pos); in hide_cursor()
541 sw->con_putc(vc_cons[currcons].d, softcursor_original, y, x); in hide_cursor()
542 softcursor_original = -1; in hide_cursor()
3006 if ((unsigned long)org == pos && softcursor_original != -1) in vcs_scr_readw()
3007 return softcursor_original; in vcs_scr_readw()
[all …]