Searched refs:buf_freeall (Results 1 – 4 of 4) sorted by relevance
10 void buf_freeall(buf_T *buf, int flags);
679 buf_freeall(buf, (del_buf ? BFA_DEL : 0) in close_buffer()788 buf_freeall(buf_T *buf, int flags) in buf_freeall() function2106 buf_freeall(buf, 0); in buflist_new()
2947 buf_freeall(curbuf, BFA_KEEP_UNDO); in do_ecmd()2953 buf_freeall(curbuf, 0); // free all things for buffer in do_ecmd()
2792 2008 Nov 10) call netbeans_file_closed() at the end of buf_freeall(), or in2793 all places where buf_freeall() is called?