Home
last modified time | relevance | path

Searched refs:VE_ALL (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c1753 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()
H A Dmisc2.c32 return (cur_ve_flags == VE_ALL in virtual_active()
590 else if (cur_ve_flags == VE_ALL) in check_cursor_col_win()
H A Doption.h1057 #define VE_ALL 4 macro
H A Dops.c1490 curwin->w_ve_flags = VE_ALL; in op_insert()
1837 if (cur_ve_flags == VE_ALL) in adjust_cursor_eol()
H A Ddrawscreen.c2012 curwin->w_ve_flags = VE_ALL; in win_update()
H A Dedit.c3668 if (curwin->w_cursor.coladd > 0 || get_ve_flags() == VE_ALL) in ins_esc()
H A Dnormal.c7044 if (get_ve_flags() == VE_ALL) in set_cursor_for_append_to_line()