Lines Matching refs:vc_disp_ctrl
1722 vc->vc_disp_ctrl = 0; in csi_m()
1730 vc->vc_disp_ctrl = 1; in csi_m()
1738 vc->vc_disp_ctrl = 1; in csi_m()
1891 vc->vc_disp_ctrl = on_off; in set_mode()
2053 vc->vc_disp_ctrl = 0; in reset_terminal()
2159 vc->vc_disp_ctrl = 1; in do_con_trol()
2164 vc->vc_disp_ctrl = 0; in do_con_trol()
2684 if (vc->vc_utf && !vc->vc_disp_ctrl) in vc_translate()
2734 if (vc->vc_disp_ctrl) in vc_is_control()
2740 if (c == 127 && !vc->vc_disp_ctrl) in vc_is_control()
2758 if (vc->vc_utf && !vc->vc_disp_ctrl) { in vc_con_write_normal()
2770 if ((!vc->vc_utf || vc->vc_disp_ctrl || c < 128) && in vc_con_write_normal()