Lines Matching refs:nextnp
86 static void hmatch(struct info *infop, struct node *np, struct node *nextnp);
88 struct node *epname, struct config *ncp, struct node *nextnp, int rematch);
543 struct node *oldepname, struct config *ncp, struct node *nextnp, in hmatch_full_config() argument
615 config_child(cp), nextnp, 1); in hmatch_full_config()
633 oldepname, config_child(cp), nextnp, iterinfop); in hmatch_full_config()
651 struct config *ncp, struct node *nextnp, int rematch) in hmatch_event() argument
664 if (nextnp) { in hmatch_event()
672 hmatch(infop, nextnp, NULL); in hmatch_event()
751 infop->croot, nextnp, iterinfop); in hmatch_event()
769 nextnp, 1); in hmatch_event()
777 NULL, nextnp, 0); in hmatch_event()
792 hmatch(struct info *infop, struct node *np, struct node *nextnp) in hmatch() argument
808 hmatch(infop, np->u.expr.left, nextnp); in hmatch()
810 hmatch(infop, np->u.expr.right, nextnp); in hmatch()
815 NULL, nextnp, 0); in hmatch()