Lines Matching refs:con_should_update
278 static inline bool con_should_update(const struct vc_data *vc) in con_should_update() function
634 if (con_should_update(vc)) { in update_region()
742 if (con_should_update(vc)) in invert_screen()
759 if (con_should_update(vc)) in complement_pos()
773 if (con_should_update(vc)) { in complement_pos()
790 if (con_should_update(vc)) in insert_char()
804 if (con_should_update(vc)) in delete_char()
829 if (con_should_update(vc)) in add_softcursor()
837 if (con_should_update(vc)) in hide_softcursor()
1533 if (con_should_update(vc)) in csi_J()
1569 if (con_should_update(vc)) in csi_K()
1580 if (con_should_update(vc)) in csi_X()
1934 if (con_should_update(vc)) in leave_alt_screen()
3163 if (con_should_update(vc) && draw->x < 0) { in vc_con_write_normal()