Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dundo.pro10 void u_write_undo(char_u *name, int forceit, buf_T *buf, char_u *hash);
/vim-8.2.3635/src/
H A Dbufwrite.c2575 u_write_undo(NULL, FALSE, buf, hash); in buf_write()
H A Dundo.c1556 u_write_undo( in u_write_undo() function
H A Dfileio.c4304 u_write_undo(NULL, FALSE, buf, hash); in buf_check_timestamp()
H A Dex_docmd.c7949 u_write_undo(eap->arg, eap->forceit, curbuf, hash); in ex_wundo()