Home
last modified time | relevance | path

Searched refs:get_ve_flags (Results 1 – 9 of 9) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Doption.pro76 unsigned int get_ve_flags(void);
/dports/editors/vim/vim-8.2.3745/src/
H A Dmisc2.c25 unsigned int cur_ve_flags = get_ve_flags(); in virtual_active()
142 || ((get_ve_flags() & VE_ONEMORE) && wcol < MAXCOL); in coladvance2()
558 unsigned int cur_ve_flags = get_ve_flags(); in check_cursor_col_win()
H A Dedit.c865 if (get_ve_flags() & VE_ONEMORE) in edit()
2680 if (ptr[l] == NUL && (get_ve_flags() & VE_ONEMORE) == 0) in oneright()
3668 if (curwin->w_cursor.coladd > 0 || get_ve_flags() == VE_ALL) in ins_esc()
H A Dchange.c1289 && (get_ve_flags() & VE_ONEMORE) == 0) in del_bytes()
H A Dnormal.c5813 if (c == Ctrl_V && (get_ve_flags() & VE_BLOCK) && gchar_cursor() == TAB) in n_start_visual_mode()
6837 && !virtual_active() && (get_ve_flags() & VE_ONEMORE) == 0) in adjust_cursor()
7071 if (get_ve_flags() == VE_ALL) in set_cursor_for_append_to_line()
H A Dregister.c1549 unsigned int cur_ve_flags = get_ve_flags(); in do_put()
H A Ddrawscreen.c2022 if (get_ve_flags() & VE_BLOCK) in win_update()
H A Dops.c1846 unsigned int cur_ve_flags = get_ve_flags(); in adjust_cursor_eol()
H A Doption.c7043 get_ve_flags(void) in get_ve_flags() function