Lines Matching refs:au_name
4978 char_u *au_name = NULL; in ex_make() local
4988 au_name = make_get_auname(eap->cmdidx); in ex_make()
4989 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in ex_make()
5040 if (au_name != NULL) in ex_make()
5041 apply_autocmds(EVENT_QUICKFIXCMDPOST, au_name, in ex_make()
5708 char_u *au_name = NULL; in ex_cfile() local
5712 au_name = cfile_get_auname(eap->cmdidx); in ex_cfile()
5713 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in ex_cfile()
5767 if (au_name != NULL) in ex_cfile()
5768 apply_autocmds(EVENT_QUICKFIXCMDPOST, au_name, NULL, FALSE, curbuf); in ex_cfile()
6326 char_u *au_name = NULL; in ex_vimgrep() local
6329 au_name = vgr_get_auname(eap->cmdidx); in ex_vimgrep()
6330 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in ex_vimgrep()
6378 if (au_name != NULL) in ex_vimgrep()
6379 apply_autocmds(EVENT_QUICKFIXCMDPOST, au_name, in ex_vimgrep()
7813 char_u *au_name = NULL; in ex_cbuffer() local
7821 au_name = cbuffer_get_auname(eap->cmdidx); in ex_cbuffer()
7822 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in ex_cbuffer()
7866 if (au_name != NULL) in ex_cbuffer()
7870 apply_autocmds(EVENT_QUICKFIXCMDPOST, au_name, curbuf->b_fname, in ex_cbuffer()
7910 char_u *au_name = cexpr_get_auname(cmdidx); in trigger_cexpr_autocmd() local
7912 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in trigger_cexpr_autocmd()
7936 char_u *au_name = cexpr_get_auname(eap->cmdidx); in cexpr_core() local
7955 if (au_name != NULL) in cexpr_core()
7956 apply_autocmds(EVENT_QUICKFIXCMDPOST, au_name, in cexpr_core()
8193 char_u *au_name = NULL; in ex_helpgrep() local
8199 case CMD_helpgrep: au_name = (char_u *)"helpgrep"; break; in ex_helpgrep()
8200 case CMD_lhelpgrep: au_name = (char_u *)"lhelpgrep"; break; in ex_helpgrep()
8203 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in ex_helpgrep()
8266 if (au_name != NULL) in ex_helpgrep()
8268 apply_autocmds(EVENT_QUICKFIXCMDPOST, au_name, in ex_helpgrep()