Searched defs:stmtnp (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);
58 static void check_cycle_lhs_try(struct node *stmtnp, struct node *lhs,
392 check_stmt_required_properties(struct node *stmtnp) argument
394 struct lut *lutp = stmtnp->u.stmt.lutp;
395 struct node *np = stmtnp->u.stmt.np;
399 if (stmtnp->t == Allowednames[i].t &&
405 ptree_nodetype2str(stmtnp->t),
826 check_cycle_lhs(struct node *stmtnp, struct node *arrow) argument
835 check_cycle_lhs(stmtnp, arrow->u.arrow.lhs);
861 check_cycle_lhs_try(stmtnp, trylh
869 check_cycle_lhs_try(struct node *stmtnp, struct node *lhs, struct node *rhs) argument
[all...]

Completed in 59 milliseconds