Searched refs:au_name (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | quickfix.c | 4989 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in ex_make() 5040 if (au_name != NULL) in ex_make() 5713 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in ex_cfile() 5767 if (au_name != NULL) in ex_cfile() 6330 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in ex_vimgrep() 6378 if (au_name != NULL) in ex_vimgrep() 7822 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in ex_cbuffer() 7866 if (au_name != NULL) in ex_cbuffer() 7912 if (au_name != NULL && apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name, in trigger_cexpr_autocmd() 7955 if (au_name != NULL) in cexpr_core() [all …]
|