Lines Matching refs:nptop
75 struct node *nptop; /* event node fed to vmatch */ member
886 pcp = config_parent(wcp->nptop->u.event.epname->u.name.cp); in vmatch_event()
891 wcp->nptop->u.event.ewname = wcp->ewname; in vmatch_event()
892 wcp->nptop->u.event.oldepname = wcp->oldepname; in vmatch_event()
925 wcp->nptop->u.event.epname = ewfp; in vmatch_event()
926 wcp->nptop->u.event.ewname = wcp->ewname; 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()
1026 if (np == wcp->nptop->u.event.epname) in vmatch_event()
1056 if (G.matched && np == wcp->nptop->u.event.epname && in vmatch_event()
1099 if (np == wcp->nptop->u.event.epname) in vmatch_event()
1111 } else if (np == wcp->nptop->u.event.epname) { in vmatch_event()
1241 oldnptop = wcp->nptop; in vmatch()
1291 wcp->nptop = np; in vmatch()
1295 wcp->nptop = oldnptop; in vmatch()
1311 wcp->nptop = np; in vmatch()