add_to_event_proc
struct event_proc *add_to_event_proc(struct event_proc *, struct eps *);
: match_or_action { $$ = add_to_event_proc( NULL, $1); }
{ $$ = add_to_event_proc($1, $2); }