taglinefilesource code
rlth365drivers/char/console.clong ol, nl, rlth, rrem;
rlth412drivers/char/console.crlth = MIN(osr, sr);
rlth413drivers/char/console.crrem = sr - rlth;
rlth420drivers/char/console.cmemcpyw((unsigned short *) nl, (unsigned short *) ol, rlth);
rlth422drivers/char/console.cmemsetw((void *)(nl + rlth), video_erase_char, rrem);