Home
last modified time | relevance | path

Searched refs:get_y_current (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dclipboard.c1994 yankreg_T *y_ptr = get_y_current(); in clip_free_selection()
2001 get_y_current()->y_size = 0; in clip_free_selection()
2034 old_y_current = get_y_current(); in clip_get_selection()
2187 if ((get_y_current() == get_y_register(STAR_REGISTER)) in may_set_selection()
2193 else if ((get_y_current() == get_y_register(PLUS_REGISTER)) in may_set_selection()
H A Dregister.c54 get_y_current(void) in get_y_current() function
H A Dviminfo.c1619 y_current_p = get_y_current(); in read_viminfo_register()
H A Dops.c755 yank_do_autocmd(oap, get_y_current()); in op_delete()
/vim-8.2.3635/src/proto/
H A Dregister.pro4 yankreg_T *get_y_current(void);