Lines Matching refs:AutoCmd
51 typedef struct AutoCmd struct
59 struct AutoCmd *next; // next AutoCmd in list argument
60 } AutoCmd; typedef
69 AutoCmd *cmds; // list of commands to do
229 AutoCmd *nextcmd; // next AutoCmd to execute
286 AutoCmd *ac; in show_autocmd()
361 AutoCmd *ac; in au_remove_cmds()
369 static void au_del_cmd(AutoCmd *ac) in au_del_cmd()
383 AutoCmd *ac, **prev_ac; in au_cleanup()
1044 AutoCmd *ac; in do_autocmd_event()
1045 AutoCmd **prev_ac; in do_autocmd_event()
1279 ac = ALLOC_ONE(AutoCmd); in do_autocmd_event()
2326 AutoCmd *cp; in auto_next_pat()
2395 AutoCmd *ac; in getnextac()