Lines Matching refs:vc_video_erase_char
642 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->vc_color, 1, vc->vc_blink, 0, vc->vc_decscnm, 0) << … in update_attr()
840 scr_memsetw(p, vc->vc_video_erase_char, nr * 2); in insert_char()
853 scr_memsetw(p + vc->vc_cols - vc->vc_x - nr, vc->vc_video_erase_char, in delete_char()
956 scr_writew((scr_readw(p)&mask) | (vc->vc_video_erase_char & ~mask), p); in clear_buffer_attributes()
1254 vc->vc_video_erase_char, rrem); in vc_do_resize()
1259 scr_memsetw((void *)new_origin, vc->vc_video_erase_char, in vc_do_resize()
1529 scr_memsetw(start, vc->vc_video_erase_char, 2 * count); in csi_J()
1558 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()
2462 vc->vc_video_erase_char = in do_con_trol()
2463 (vc->vc_video_erase_char & 0xff00) | 'E'; in do_con_trol()
2465 vc->vc_video_erase_char = in do_con_trol()
2466 (vc->vc_video_erase_char & 0xff00) | ' '; in do_con_trol()