Lines Matching refs:vc_disp_ctrl
1748 vc->vc_disp_ctrl = 0; in csi_m()
1756 vc->vc_disp_ctrl = 1; in csi_m()
1764 vc->vc_disp_ctrl = 1; in csi_m()
1944 vc->vc_disp_ctrl = on_off; in csi_hl()
2155 vc->vc_disp_ctrl = 0; in reset_terminal()
2281 vc->vc_disp_ctrl = 1; in handle_ascii()
2286 vc->vc_disp_ctrl = 0; in handle_ascii()
2874 if (vc->vc_utf && !vc->vc_disp_ctrl) in vc_translate()
2928 if (vc->vc_disp_ctrl) in vc_is_control()
2934 if (c == ASCII_DEL && !vc->vc_disp_ctrl) in vc_is_control()
2952 if (vc->vc_utf && !vc->vc_disp_ctrl) { in vc_con_write_normal()
2964 if ((!vc->vc_utf || vc->vc_disp_ctrl || c < 128) && in vc_con_write_normal()