Lines Matching refs:forceit

93 static void	ex_win_close(int forceit, win_T *win, tabpage_T *tp);
2105 ea.forceit = TRUE; in do_one_cmd()
2108 ea.forceit = FALSE; in do_one_cmd()
2176 if (!ni && !(ea.argt & EX_BANG) && ea.forceit) // no <!> allowed in do_one_cmd()
2287 if (ea.forceit) in do_one_cmd()
2290 ea.forceit = FALSE; in do_one_cmd()
5266 do_autocmd(eap, eap->arg, eap->forceit); in ex_autocmd()
5268 do_augroup(eap->arg, eap->forceit); in ex_autocmd()
5301 eap->addr_count, (int)eap->line1, (int)eap->line2, eap->forceit); in ex_bunload()
5498 int forceit) in check_more() argument
5502 if (!forceit && only_one_window() in check_more()
5586 do_highlight(eap->arg, eap->forceit, FALSE); in ex_highlight()
5602 before_quit_autocmds(win_T *wp, int quit_all, int forceit) in before_quit_autocmds() argument
5614 if (quit_all || (check_more(FALSE, forceit) == OK && only_one_window())) in before_quit_autocmds()
5667 if (before_quit_autocmds(wp, FALSE, eap->forceit)) in ex_quit()
5671 netbeansForcedQuit = eap->forceit; in ex_quit()
5677 if (check_more(FALSE, eap->forceit) == OK && only_one_window()) in ex_quit()
5681 | (eap->forceit ? CCGD_FORCEIT : 0) in ex_quit()
5683 || check_more(TRUE, eap->forceit) == FAIL in ex_quit()
5684 || (only_one_window() && check_changed_any(eap->forceit, TRUE))) in ex_quit()
5703 win_close(wp, !buf_hide(wp->w_buffer) || eap->forceit); in ex_quit()
5726 if (eap->forceit) in ex_quit_all()
5741 if (before_quit_autocmds(curwin, TRUE, eap->forceit)) in ex_quit_all()
5745 if (eap->forceit || !check_changed_any(FALSE, FALSE)) in ex_quit_all()
5766 ex_win_close(eap->forceit, curwin, NULL); in ex_close()
5777 ex_win_close(eap->forceit, win, NULL); in ex_close()
5795 ex_win_close(eap->forceit, win, NULL); in ex_pclose()
5811 int forceit, in ex_win_close() argument
5826 if (need_hide && !buf_hide(buf) && !forceit) in ex_win_close()
5998 tabpage_close_other(tp, eap->forceit); in ex_tabclose()
6002 tabpage_close(eap->forceit); in ex_tabclose()
6037 tabpage_close_other(tp, eap->forceit); in ex_tabonly()
6055 tabpage_close(int forceit) in tabpage_close() argument
6060 close_others(TRUE, forceit); in tabpage_close()
6062 ex_win_close(forceit, curwin, NULL); in tabpage_close()
6075 tabpage_close_other(tabpage_T *tp, int forceit) in tabpage_close_other() argument
6086 ex_win_close(forceit, wp, tp); in tabpage_close_other()
6124 close_others(TRUE, eap->forceit); in ex_only()
6167 if (!eap->forceit) in ex_stop()
6218 if (check_more(FALSE, eap->forceit) == OK && only_one_window()) in ex_exit()
6225 || before_quit_autocmds(curwin, FALSE, eap->forceit) in ex_exit()
6226 || check_more(TRUE, eap->forceit) == FAIL in ex_exit()
6227 || (only_one_window() && check_changed_any(eap->forceit, FALSE))) in ex_exit()
6447 | (eap->forceit ? CCGD_FORCEIT : 0) in ex_recover()
6939 ECMD_HIDE + (eap->forceit ? ECMD_FORCEIT : 0), in do_exedit()
6969 + (eap->forceit ? ECMD_FORCEIT : 0) in do_exedit()
7068 gui_make_popup(eap->arg, eap->forceit); in ex_popup()
7074 pum_make_popup(eap->arg, eap->forceit); in ex_popup()
7319 int forceit, in changedir_func() argument
7330 if (vim_strchr(p_cpo, CPO_CHDIR) != NULL && curbufIsChanged() && !forceit) in changedir_func()
7433 if (changedir_func(new_dir, eap->forceit, scope)) in ex_cd()
7504 do_sleep(len, eap->forceit); in ex_sleep()
7777 eap->forceit = TRUE; in ex_put()
7781 do_put(eap->regname, NULL, eap->forceit ? BACKWARD : FORWARD, 1L, in ex_put()
7872 (void)do_join(eap->line2 - eap->line1 + 1, !eap->forceit, TRUE, TRUE, TRUE); in ex_join()
7927 do_bang(eap->addr_count, eap, eap->forceit, TRUE, TRUE); in ex_bang()
7949 u_write_undo(eap->arg, eap->forceit, curbuf, hash); in ex_wundo()
8057 eap->forceit = TRUE; // since dialog already asked in ex_redir()
8061 redir_fd = open_exfile(fname, eap->forceit, mode); in ex_redir()
8147 update_screen(eap->forceit ? CLEAR : VIsual_active ? INVERTED : 0); in ex_redraw()
8182 if (eap->forceit) in ex_redrawstatus()
8249 int forceit, in open_exfile() argument
8262 if (!forceit && *mode != 'a' && vim_fexists(fname)) in open_exfile()
8472 : eap->arg, eap->forceit ? REMAP_NONE : REMAP_YES, FALSE); in ex_normal()
8496 if (eap->forceit) in ex_startinsert()
8521 if (!eap->forceit) in ex_startinsert()
8598 eap->forceit ? ACTION_SHOW_ALL : ACTION_SHOW, in ex_checkpath()
8667 whole, !eap->forceit, in ex_findpat()
8791 eap->forceit, TRUE); in ex_tag_cmd()
9407 listdigraphs(eap->forceit); in ex_digraphs()
9458 eap->forceit, FALSE); in ex_foldopen()