Lines Matching refs:vc_disp_ctrl
1768 vc->vc_disp_ctrl = 0; in csi_m()
1776 vc->vc_disp_ctrl = 1; in csi_m()
1784 vc->vc_disp_ctrl = 1; in csi_m()
1937 vc->vc_disp_ctrl = on_off; in set_mode()
2099 vc->vc_disp_ctrl = 0; in reset_terminal()
2205 vc->vc_disp_ctrl = 1; in do_con_trol()
2210 vc->vc_disp_ctrl = 0; in do_con_trol()
2730 if (vc->vc_utf && !vc->vc_disp_ctrl) in vc_translate()
2780 if (vc->vc_disp_ctrl) in vc_is_control()
2786 if (c == 127 && !vc->vc_disp_ctrl) in vc_is_control()
2804 if (vc->vc_utf && !vc->vc_disp_ctrl) { in vc_con_write_normal()
2816 if ((!vc->vc_utf || vc->vc_disp_ctrl || c < 128) && in vc_con_write_normal()