Lines Matching refs:vc_disp_ctrl
1754 vc->vc_disp_ctrl = 0; in csi_m()
1762 vc->vc_disp_ctrl = 1; in csi_m()
1770 vc->vc_disp_ctrl = 1; in csi_m()
2030 vc->vc_disp_ctrl = on_off; in csi_hl()
2242 vc->vc_disp_ctrl = 0; in reset_terminal()
2377 vc->vc_disp_ctrl = 1; in handle_ascii()
2382 vc->vc_disp_ctrl = 0; in handle_ascii()
2936 if (vc->vc_utf && !vc->vc_disp_ctrl) in vc_translate()
2990 if (vc->vc_disp_ctrl) in vc_is_control()
2996 if (c == ASCII_DEL && !vc->vc_disp_ctrl) in vc_is_control()
3088 if ((!vc->vc_utf || vc->vc_disp_ctrl || tc < 128) && !(tc & ~charmask)) { in vc_get_glyph()
3124 if (vc->vc_utf && !vc->vc_disp_ctrl) { in vc_con_write_normal()