Home
last modified time | relevance | path

Searched refs:free_buf (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dwindow.pro17 int win_close(win_T *win, int free_buf);
18 void win_close_othertab(win_T *win, int free_buf, tabpage_T *tp);
/vim-8.2.3635/src/
H A Dwindow.c2376 int free_buf, in close_last_window_tabpage() argument
2400 win_close_othertab(win, free_buf, prev_curtab); in close_last_window_tabpage()
2465 win_close(win_T *win, int free_buf) in win_close() argument
2512 if (close_last_window_tabpage(win, free_buf, prev_curtab)) in win_close()
2580 win_close_buffer(win, free_buf ? DOBUF_UNLOAD : 0, TRUE); in win_close()
2584 || close_last_window_tabpage(win, free_buf, prev_curtab))) in win_close()
2605 || close_last_window_tabpage(win, free_buf, prev_curtab)) in win_close()
2746 win_close_othertab(win_T *win, int free_buf, tabpage_T *tp) in win_close_othertab() argument
2767 close_buffer(win, win->w_buffer, free_buf ? DOBUF_UNLOAD : 0, in win_close_othertab()