Lines Matching refs:vc_video_erase_char
641 scr_memsetw(clear, vc->vc_video_erase_char, vc->vc_size_row * nr); in con_scroll()
750 vc->vc_video_erase_char = ' ' | (build_attr(vc, vc->state.color, in update_attr()
846 scr_memsetw(p, vc->vc_video_erase_char, nr * 2); in insert_char()
859 scr_memsetw(p + vc->vc_cols - vc->state.x - nr, vc->vc_video_erase_char, in delete_char()
980 scr_writew((scr_readw(p)&mask) | (vc->vc_video_erase_char & ~mask), p); in clear_buffer_attributes()
1311 vc->vc_video_erase_char, rrem); in vc_do_resize()
1316 scr_memsetw((void *)new_origin, vc->vc_video_erase_char, in vc_do_resize()
1583 scr_memsetw(start, vc->vc_video_erase_char, 2 * count); in csi_J()
1612 scr_memsetw(start + offset, vc->vc_video_erase_char, 2 * count); in csi_K()
1629 scr_memsetw((unsigned short *)vc->vc_pos, vc->vc_video_erase_char, 2 * count); in csi_X()
2541 vc->vc_video_erase_char = in do_con_trol()
2542 (vc->vc_video_erase_char & 0xff00) | 'E'; in do_con_trol()
2544 vc->vc_video_erase_char = in do_con_trol()
2545 (vc->vc_video_erase_char & 0xff00) | ' '; in do_con_trol()