Home
last modified time | relevance | path

Searched refs:check_path_iterators (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c124 check_path_iterators(struct node *np) in check_path_iterators() function
131 check_path_iterators(np->u.arrow.lhs); in check_path_iterators()
132 check_path_iterators(np->u.arrow.rhs); in check_path_iterators()
136 check_path_iterators(np->u.expr.left); in check_path_iterators()
137 check_path_iterators(np->u.expr.right); in check_path_iterators()
141 check_path_iterators(np->u.event.epname); in check_path_iterators()
150 check_path_iterators(np->u.name.next); in check_path_iterators()
181 check_path_iterators(np); in check_arrow()