Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dbuffer.pro10 void buf_freeall(buf_T *buf, int flags);
/vim-8.2.3635/src/
H A Dbuffer.c679 buf_freeall(buf, (del_buf ? BFA_DEL : 0) in close_buffer()
788 buf_freeall(buf_T *buf, int flags) in buf_freeall() function
2106 buf_freeall(buf, 0); in buflist_new()
H A Dex_cmds.c2947 buf_freeall(curbuf, BFA_KEEP_UNDO); in do_ecmd()
2953 buf_freeall(curbuf, 0); // free all things for buffer in do_ecmd()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt2792 2008 Nov 10) call netbeans_file_closed() at the end of buf_freeall(), or in
2793 all places where buf_freeall() is called?