Lines Matching refs:vc_disp_ctrl
1769 vc->vc_disp_ctrl = 0; in csi_m()
1777 vc->vc_disp_ctrl = 1; in csi_m()
1785 vc->vc_disp_ctrl = 1; in csi_m()
1938 vc->vc_disp_ctrl = on_off; in set_mode()
2100 vc->vc_disp_ctrl = 0; in reset_terminal()
2206 vc->vc_disp_ctrl = 1; in do_con_trol()
2211 vc->vc_disp_ctrl = 0; in do_con_trol()
2731 if (vc->vc_utf && !vc->vc_disp_ctrl) in vc_translate()
2781 if (vc->vc_disp_ctrl) in vc_is_control()
2787 if (c == 127 && !vc->vc_disp_ctrl) in vc_is_control()
2805 if (vc->vc_utf && !vc->vc_disp_ctrl) { in vc_con_write_normal()
2817 if ((!vc->vc_utf || vc->vc_disp_ctrl || c < 128) && in vc_con_write_normal()