Search notes:

VIM struct: active_apc_list

active_apc_list is a pointer to a AutoPatCmd struct:
static AutoPatCmd *active_apc_list = NULL;
This pointer is used to store a stack of active autocommands

Index