Searched refs:active_apc_list (Results 1 – 1 of 1) sorted by relevance
240 static AutoPatCmd *active_apc_list = NULL; // stack of active autocommands variable459 for (apc = active_apc_list; apc; apc = apc->next) in aubuflocal_remove()2149 patcmd.next = active_apc_list; in apply_autocmds_group()2150 active_apc_list = &patcmd; in apply_autocmds_group()2189 if (active_apc_list == &patcmd) // just in case in apply_autocmds_group()2190 active_apc_list = patcmd.next; in apply_autocmds_group()