taglinefilesource code
rlth357drivers/char/console.clong ol, nl, rlth, rrem;
rlth404drivers/char/console.crlth = MIN(osr, sr);
rlth405drivers/char/console.crrem = sr - rlth;
rlth412drivers/char/console.cmemcpyw((unsigned short *) nl, (unsigned short *) ol, rlth);
rlth414drivers/char/console.cmemsetw((void *)(nl + rlth), video_erase_char, rrem);