Searched refs:AUGROUP_ALL (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dfileio.c87 # define AUGROUP_ALL -3 /* all autocmd groups */ macro
8340 * Check for a legal group name. If not, use AUGROUP_ALL.
8350 pat = find_end_event(arg, group != AUGROUP_ALL);
8451 int group = AUGROUP_ALL;
8461 group = AUGROUP_ALL; /* no match, use all groups */
8474 * If group is not AUGROUP_ALL, only use this group.
8498 if (group == AUGROUP_ALL)
8502 allgroups = (group == AUGROUP_ALL && !forceit && *cmd == NUL);
8516 else if (group == AUGROUP_ALL || ap->group == group)
8686 if (group == AUGROUP_ALL)
[all...]

Completed in 114 milliseconds