Home
last modified time | relevance | path

Searched refs:w_closing (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c2294 && !(wp->w_closing || wp->w_buffer->b_locked > 0)) in close_windows()
2315 && !(wp->w_closing || wp->w_buffer->b_locked > 0)) in close_windows()
2446 win->w_closing = TRUE; in win_close_buffer()
2449 win->w_closing = FALSE; in win_close_buffer()
2495 if (win->w_closing || (win->w_buffer != NULL in win_close()
2540 win->w_closing = TRUE; in win_close()
2544 win->w_closing = FALSE; in win_close()
2548 win->w_closing = TRUE; in win_close()
2552 win->w_closing = FALSE; in win_close()
2755 if (win->w_closing || (win->w_buffer != NULL in win_close_othertab()
H A Dex_cmds.c2787 the_curwin->w_closing = TRUE; in do_ecmd()
2801 the_curwin->w_closing = FALSE; in do_ecmd()
H A Dbuffer.c1391 && !(curwin->w_closing || curwin->w_buffer->b_locked > 0) in do_buffer_ext()
5250 && !(wp->w_closing || wp->w_buffer->b_locked > 0)) in ex_buffer_all()
H A Dstructs.h3420 int w_closing; // window is being closed, don't let member
H A Dterminal.c3402 curwin->w_closing = TRUE; in term_after_channel_closed()
3405 curwin->w_closing = FALSE; in term_after_channel_closed()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt13515 Solution: Add the w_closing and b_closing flags. When set disallow ":q" and