Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c57 static void check_cycle_lhs(struct node *stmtnp, struct node *arrow);
816 check_cycle_lhs(rhs, np->u.stmt.np); in check_cycle()
826 check_cycle_lhs(struct node *stmtnp, struct node *arrow) in check_cycle_lhs() function
835 check_cycle_lhs(stmtnp, arrow->u.arrow.lhs); in check_cycle_lhs()