Lines Matching refs:oldepname

76 	struct node *oldepname;		/* epname without the wildcard part */  member
276 tname_dup_to_epname(struct node *oldepname, struct node *epname) in tname_dup_to_epname() argument
292 if (npref->u.name.s == oldepname->u.name.s) { in tname_dup_to_epname()
293 for (np1 = npref, np2 = oldepname; in tname_dup_to_epname()
316 return (tname_dup(oldepname, CN_DUP)); in tname_dup_to_epname()
325 struct node *newnp = newnode(T_NAME, oldepname->file, in tname_dup_to_epname()
326 oldepname->line); in tname_dup_to_epname()
334 newnp->u.name.child = newnode(T_NUM, oldepname->file, in tname_dup_to_epname()
335 oldepname->line); in tname_dup_to_epname()
543 struct node *oldepname, struct config *ncp, struct node *nextnp, in hmatch_full_config() argument
557 if (cp_s == oldepname->u.name.s) { in hmatch_full_config()
570 ocp = oldepname->u.name.cp; in hmatch_full_config()
600 ewfp->u.name.last = oldepname->u.name.last; in hmatch_full_config()
601 ewlp->u.name.next = oldepname; in hmatch_full_config()
602 oldepname->u.name.cp = cp; in hmatch_full_config()
614 hmatch_event(infop, eventnp, oldepname->u.name.next, in hmatch_full_config()
620 oldepname->u.name.cp = ocp; in hmatch_full_config()
633 oldepname, config_child(cp), nextnp, iterinfop); in hmatch_full_config()
744 if (epname == eventnp->u.event.oldepname && in hmatch_event()
892 wcp->nptop->u.event.oldepname = wcp->oldepname; in vmatch_event()
922 ewfp->u.name.last = wcp->oldepname->u.name.last; in vmatch_event()
923 ewlp->u.name.next = wcp->oldepname; in vmatch_event()
927 wcp->nptop->u.event.oldepname = wcp->oldepname; in vmatch_event()
930 wcp->nptop->u.event.epname = wcp->oldepname; in vmatch_event()
1189 struct node *np1, *np2, *oldepname, *oldnptop; in vmatch() local
1240 oldepname = wcp->oldepname; in vmatch()
1242 for (np1 = oldepname, np2 = np->u.event.epname; in vmatch()
1267 oldepname = np->u.event.epname; in vmatch()
1269 np->u.event.oldepname = wcp->oldepname; in vmatch()
1272 np->u.event.epname = oldepname; in vmatch()
1283 for (np1 = oldepname, np2 = np->u.event.epname; in vmatch()
1290 wcp->oldepname = np->u.event.epname; in vmatch()
1294 wcp->oldepname = oldepname; in vmatch()
1312 wcp->oldepname = np->u.event.epname; in vmatch()