scope_container
struct scope_container *new;
struct scope_container *tmp;
ALLOCATOR(scope_container, "scope hook functions");
DECLARE_PTR_LIST(scope_hook_list, struct scope_container);