Searched defs:check_propnames (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c473 check_propnames(enum nodetype t, struct node *np, int from, int to) function
557 "internal error: check_propnames: "
569 check_propnames(t, np->u.expr.left, from, to);
570 check_propnames(t, np->u.expr.right, from, to);
572 check_propnames(t, np->u.arrow.lhs, 1, to);
573 check_propnames(t, np->u.arrow.rhs, from, 1);

Completed in 46 milliseconds