Lines Matching refs:eps
188 event_proc::add(eps *eps) in add() argument
190 _epsvec.push_back(eps); in add()
196 vector<eps *>::const_iterator i; in matches()
207 vector<eps *>::const_iterator i; in run()
1192 add_to_event_proc(event_proc *ep, eps *eps) in add_to_event_proc() argument
1196 ep->add(eps); in add_to_event_proc()
1200 eps *
1203 eps *e = new action(cmd); in new_action()
1208 eps *
1211 eps *e = new match(cfg, var, re); in new_match()
1217 eps *
1220 eps *e = new media(cfg, var, re); in new_media()