Searched refs:cur_ve_flags (Results 1 – 3 of 3) sorted by relevance
25 unsigned int cur_ve_flags = get_ve_flags(); in virtual_active() local32 return (cur_ve_flags == VE_ALL in virtual_active()33 || ((cur_ve_flags & VE_BLOCK) && VIsual_active && VIsual_mode == Ctrl_V) in virtual_active()34 || ((cur_ve_flags & VE_INSERT) && (State & INSERT))); in virtual_active()558 unsigned int cur_ve_flags = get_ve_flags(); in check_cursor_col_win() local571 || (cur_ve_flags & VE_ONEMORE) in check_cursor_col_win()590 else if (cur_ve_flags == VE_ALL) in check_cursor_col_win()
1566 unsigned int cur_ve_flags = get_ve_flags(); in do_put() local1753 if (cur_ve_flags == VE_ALL && y_type == MCHAR) in do_put()1788 if (cur_ve_flags == VE_ALL) in do_put()1797 if (c != TAB || cur_ve_flags != VE_ALL) in do_put()1805 if (cur_ve_flags == VE_ALL in do_put()
1827 unsigned int cur_ve_flags = get_ve_flags(); in adjust_cursor_eol() local1831 && (cur_ve_flags & VE_ONEMORE) == 0 in adjust_cursor_eol()1837 if (cur_ve_flags == VE_ALL) in adjust_cursor_eol()