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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c58 static void check_cycle_lhs_try(struct node *stmtnp, struct node *lhs,
861 check_cycle_lhs_try(stmtnp, trylhs, tryrhs);
865 * check_cycle_lhs_try -- try matching an event name on lhs of an arrow
869 check_cycle_lhs_try(struct node *stmtnp, struct node *lhs, struct node *rhs) function
872 check_cycle_lhs_try(stmtnp, lhs->u.expr.left, rhs);
873 check_cycle_lhs_try(stmtnp, lhs->u.expr.right, rhs);

Completed in 47 milliseconds