Lines Matching defs:oldepname

76 	struct node *oldepname;		/* epname without the wildcard part */
271 * let oldepname be a subset of epname. return the subsection of epname
272 * that ends with oldepname. make each component in the path explicitly
276 tname_dup_to_epname(struct node *oldepname, struct node *epname)
292 if (npref->u.name.s == oldepname->u.name.s) {
293 for (np1 = npref, np2 = oldepname;
303 /* oldepname matched npref up to end */
312 * if oldepname could not be found in epname, return a
314 * oldepname since it might not be a path.
316 return (tname_dup(oldepname, CN_DUP));
325 struct node *newnp = newnode(T_NAME, oldepname->file,
326 oldepname->line);
334 newnp->u.name.child = newnode(T_NUM, oldepname->file,
335 oldepname->line);
536 * Used for handling expansions where first part of oldepname is a horizontal
537 * expansion. Recurses through entire tree. oldepname argument is always the
543 struct node *oldepname, struct config *ncp, struct node *nextnp,
557 if (cp_s == oldepname->u.name.s) {
570 ocp = oldepname->u.name.cp;
596 * and appending oldepname.
600 ewfp->u.name.last = oldepname->u.name.last;
601 ewlp->u.name.next = oldepname;
602 oldepname->u.name.cp = cp;
614 hmatch_event(infop, eventnp, oldepname->u.name.next,
620 oldepname->u.name.cp = ocp;
633 oldepname, config_child(cp), nextnp, iterinfop);
739 * handle case where this is the first section of oldepname
744 if (epname == eventnp->u.event.oldepname &&
892 wcp->nptop->u.event.oldepname = wcp->oldepname;
918 * dup ewname and append oldepname
922 ewfp->u.name.last = wcp->oldepname->u.name.last;
923 ewlp->u.name.next = wcp->oldepname;
927 wcp->nptop->u.event.oldepname = wcp->oldepname;
930 wcp->nptop->u.event.epname = wcp->oldepname;
1189 struct node *np1, *np2, *oldepname, *oldnptop;
1240 oldepname = wcp->oldepname;
1242 for (np1 = oldepname, np2 = np->u.event.epname;
1267 oldepname = np->u.event.epname;
1269 np->u.event.oldepname = wcp->oldepname;
1272 np->u.event.epname = oldepname;
1283 for (np1 = oldepname, np2 = np->u.event.epname;
1290 wcp->oldepname = np->u.event.epname;
1294 wcp->oldepname = oldepname;
1312 wcp->oldepname = np->u.event.epname;