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()
953 scr_writew((scr_readw(p)&mask) | (vc->vc_video_erase_char & ~mask), p); in clear_buffer_attributes()
1246 vc->vc_video_erase_char, rrem); in vc_do_resize()
1251 scr_memsetw((void *)new_origin, vc->vc_video_erase_char, in vc_do_resize()
1517 scr_memsetw(start, vc->vc_video_erase_char, 2 * count); in csi_J()
1551 scr_memsetw(start + offset, vc->vc_video_erase_char, 2 * count); in csi_K()
1566 scr_memsetw((unsigned short *)vc->vc_pos, vc->vc_video_erase_char, 2 * count); in csi_X()
2430 vc->vc_video_erase_char = in do_con_trol()
2431 (vc->vc_video_erase_char & 0xff00) | 'E'; in do_con_trol()
2433 vc->vc_video_erase_char = in do_con_trol()
2434 (vc->vc_video_erase_char & 0xff00) | ' '; in do_con_trol()