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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c96 static void arrow_add_within(struct arrow *ap, struct node *xpr);
1527 arrow_add_within(arrowp,
1530 arrow_add_within(arrowp,
1902 arrow_add_within(ap, toev->u.event.declp->u.stmt.np->u.event.eexprlist);
1903 arrow_add_within(ap, toev->u.event.eexprlist);
1964 arrow_add_within(struct arrow *ap, struct node *xpr) function
1974 arrow_add_within(ap, xpr->u.expr.left);
1975 arrow_add_within(ap, xpr->u.expr.right);

Completed in 48 milliseconds