Home
last modified time | relevance | path

Searched refs:get_y_previous (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dregister.pro5 yankreg_T *get_y_previous(void);
/vim-8.2.3635/src/
H A Dviminfo.c1898 if (get_y_previous() == &y_regs_p[i]) in write_viminfo_registers()
1924 if (get_y_previous() == &y_regs_p[i]) in write_viminfo_registers()
H A Dclipboard.c2033 old_y_previous = get_y_previous(); in clip_get_selection()
H A Dregister.c60 get_y_previous(void) in get_y_previous() function