Lines Matching refs:AutoPat
62 typedef struct AutoPat struct
64 struct AutoPat *next; // Next AutoPat in AutoPat list; MUST argument
75 } AutoPat; argument
199 static AutoPat *first_autopat[NUM_EVENTS] =
209 static AutoPat *last_autopat[NUM_EVENTS] =
228 AutoPat *curpat; // next AutoPat to examine
284 show_autocmd(AutoPat *ap, event_T event) in show_autocmd()
348 au_remove_pat(AutoPat *ap) in au_remove_pat()
359 au_remove_cmds(AutoPat *ap) in au_remove_cmds()
382 AutoPat *ap, **prev_ap; in au_cleanup()
433 last_autopat[(int)event] = (AutoPat *)prev_ap; in au_cleanup()
454 AutoPat *ap; in aubuflocal_remove()
524 AutoPat *ap; in au_del_group()
1042 AutoPat *ap; in do_autocmd_event()
1043 AutoPat **prev_ap; in do_autocmd_event()
1213 ap = ALLOC_ONE(AutoPat); in do_autocmd_event()
1880 AutoPat *ap; in apply_autocmds_group()
2325 AutoPat *ap; in auto_next_pat()
2455 AutoPat *ap; in has_autocmd()
2612 AutoPat *ap; in au_exists()