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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c121 * check_path_iterators -- verify all iterators are explicit
124 check_path_iterators(struct node *np) function
131 check_path_iterators(np->u.arrow.lhs);
132 check_path_iterators(np->u.arrow.rhs);
136 check_path_iterators(np->u.expr.left);
137 check_path_iterators(np->u.expr.right);
141 check_path_iterators(np->u.event.epname);
147 "internal error: check_path_iterators: "
150 check_path_iterators(np->u.name.next);
155 "internal error: check_path_iterators
[all...]

Completed in 46 milliseconds