Lines Matching refs:vc_disp_ctrl
1751 vc->vc_disp_ctrl = 0; in csi_m()
1759 vc->vc_disp_ctrl = 1; in csi_m()
1767 vc->vc_disp_ctrl = 1; in csi_m()
1920 vc->vc_disp_ctrl = on_off; in set_mode()
2082 vc->vc_disp_ctrl = 0; in reset_terminal()
2180 vc->vc_disp_ctrl = 1; in do_con_trol()
2185 vc->vc_disp_ctrl = 0; in do_con_trol()
2690 if (vc->vc_utf && !vc->vc_disp_ctrl) in vc_translate()
2740 if (vc->vc_disp_ctrl) in vc_is_control()
2746 if (c == 127 && !vc->vc_disp_ctrl) in vc_is_control()
2764 if (vc->vc_utf && !vc->vc_disp_ctrl) { in vc_con_write_normal()
2776 if ((!vc->vc_utf || vc->vc_disp_ctrl || c < 128) && in vc_con_write_normal()