Searched refs:check_propnames (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | check.h | 47 void check_propnames(enum nodetype t, struct node *np, int from, int to);
|
H A D | check.c | 473 check_propnames(enum nodetype t, struct node *np, int from, int to) in check_propnames() function 569 check_propnames(t, np->u.expr.left, from, to); in check_propnames() 570 check_propnames(t, np->u.expr.right, from, to); in check_propnames() 572 check_propnames(t, np->u.arrow.lhs, 1, to); in check_propnames() 573 check_propnames(t, np->u.arrow.rhs, from, 1); in check_propnames()
|
H A D | tree.c | 1268 check_propnames(t, np, 0, 0); in tree_stmt() 1292 check_propnames(t, np, 0, 0); in tree_stmt()
|