Lines Matching refs:vc_video_erase_char
590 scr_memsetw(clear, vc->vc_video_erase_char, vc->vc_size_row * nr); in con_scroll()
690 vc->vc_video_erase_char = ' ' | (build_attr(vc, vc->state.color, in update_attr()
785 scr_memsetw(p, vc->vc_video_erase_char, nr * 2); in insert_char()
798 scr_memsetw(p + vc->vc_cols - vc->state.x - nr, vc->vc_video_erase_char, in delete_char()
916 scr_writew((scr_readw(p)&mask) | (vc->vc_video_erase_char & ~mask), p); in clear_buffer_attributes()
1241 vc->vc_video_erase_char, rrem); in vc_do_resize()
1246 scr_memsetw((void *)new_origin, vc->vc_video_erase_char, in vc_do_resize()
1526 scr_memsetw(start, vc->vc_video_erase_char, 2 * count); in csi_J()
1561 scr_memsetw(start + offset, vc->vc_video_erase_char, 2 * count); in csi_K()
1573 scr_memsetw((unsigned short *)vc->vc_pos, vc->vc_video_erase_char, 2 * count); in csi_X()
2686 vc->vc_video_erase_char = in do_con_trol()
2687 (vc->vc_video_erase_char & 0xff00) | 'E'; in do_con_trol()
2689 vc->vc_video_erase_char = in do_con_trol()
2690 (vc->vc_video_erase_char & 0xff00) | ' '; in do_con_trol()