Lines Matching refs:eps
174 event_proc::add(eps *eps) in add() argument
176 _epsvec.push_back(eps); in add()
182 vector<eps *>::const_iterator i; in matches()
193 vector<eps *>::const_iterator i; in run()
1089 add_to_event_proc(event_proc *ep, eps *eps) in add_to_event_proc() argument
1093 ep->add(eps); in add_to_event_proc()
1097 eps *
1100 eps *e = new action(cmd); in new_action()
1105 eps *
1108 eps *e = new match(cfg, var, re); in new_match()
1114 eps *
1117 eps *e = new media(cfg, var, re); in new_media()