taglinefilesource code
oldy1054arch/m68k/kernel/console.cstatic unsigned short oldx = 0, oldy = 0;
oldy1062arch/m68k/kernel/console.csw->con_putc(vc_cons[currcons].d, old & 0xff, oldy, oldx);
oldy1072arch/m68k/kernel/console.coldy = (offset >> 1) / cols;
oldy1080arch/m68k/kernel/console.csw->con_putc(vc_cons[currcons].d, new & 0xff, oldy, oldx);