taglinefilesource code
rlth352drivers/char/console.clong ol, nl, rlth, rrem;
rlth399drivers/char/console.crlth = MIN(osr, sr);
rlth400drivers/char/console.crrem = sr - rlth;
rlth407drivers/char/console.cmemcpy((void *) nl, (void *) ol, rlth);
rlth409drivers/char/console.cmemsetw((void *)(nl + rlth), video_erase_char, rrem);