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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.h49 void check_propnames(enum nodetype t, struct node *np, int from, int to);
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);
H A Dtree.c1252 check_propnames(t, np, 0, 0);
1276 check_propnames(t, np, 0, 0);

Completed in 63 milliseconds