Lines Matching refs:vmatch
84 static void vmatch(struct info *infop, struct node *np, struct node *lnp,
893 vmatch(infop, np, lnp, anp); in vmatch_event()
928 vmatch(infop, np, lnp, anp); in vmatch_event()
1187 vmatch(struct info *infop, struct node *np, struct node *lnp, struct node *anp) in vmatch() function
1197 vmatch(infop, lnp, NULL, anp); in vmatch()
1199 vmatch(infop, anp, NULL, NULL); in vmatch()
1271 vmatch(infop, NULL, lnp, anp); in vmatch()
1301 vmatch(infop, NULL, lnp, anp); in vmatch()
1326 vmatch(infop, NULL, lnp, anp); in vmatch()
1332 vmatch(infop, np->u.expr.right, np->u.expr.left, anp); in vmatch()
1337 vmatch(infop, np->u.arrow.rhs, NULL, np->u.arrow.parent); in vmatch()
1354 vmatch(infop, anp->u.arrow.lhs, NULL, anp); in find_first_arrow()