Lines Matching refs:vc_disp_ctrl
1712 vc->vc_disp_ctrl = 0; in csi_m()
1720 vc->vc_disp_ctrl = 1; in csi_m()
1728 vc->vc_disp_ctrl = 1; in csi_m()
1881 vc->vc_disp_ctrl = on_off; in set_mode()
2043 vc->vc_disp_ctrl = 0; in reset_terminal()
2149 vc->vc_disp_ctrl = 1; in do_con_trol()
2154 vc->vc_disp_ctrl = 0; in do_con_trol()
2674 if (vc->vc_utf && !vc->vc_disp_ctrl) in vc_translate()
2724 if (vc->vc_disp_ctrl) in vc_is_control()
2730 if (c == 127 && !vc->vc_disp_ctrl) in vc_is_control()
2748 if (vc->vc_utf && !vc->vc_disp_ctrl) { in vc_con_write_normal()
2760 if ((!vc->vc_utf || vc->vc_disp_ctrl || c < 128) && in vc_con_write_normal()