Searched refs:w_closing (Results 1 – 6 of 6) sorted by relevance
2294 && !(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()
2787 the_curwin->w_closing = TRUE; in do_ecmd()2801 the_curwin->w_closing = FALSE; in do_ecmd()
1391 && !(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()
3420 int w_closing; // window is being closed, don't let member
3402 curwin->w_closing = TRUE; in term_after_channel_closed()3405 curwin->w_closing = FALSE; in term_after_channel_closed()
13515 Solution: Add the w_closing and b_closing flags. When set disallow ":q" and