Searched refs:patcmd (Results 1 – 1 of 1) sorted by relevance
1879 AutoPatCmd patcmd; in apply_autocmds_group() local2135 patcmd.nextcmd = NULL; in apply_autocmds_group()2136 patcmd.group = group; in apply_autocmds_group()2137 patcmd.fname = fname; in apply_autocmds_group()2138 patcmd.sfname = sfname; in apply_autocmds_group()2139 patcmd.tail = tail; in apply_autocmds_group()2140 patcmd.event = event; in apply_autocmds_group()2142 patcmd.next = NULL; in apply_autocmds_group()2146 if (patcmd.curpat != NULL) in apply_autocmds_group()2149 patcmd.next = active_apc_list; in apply_autocmds_group()[all …]