Searched defs:xpr (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);
1964 arrow_add_within(struct arrow *ap, struct node *xpr) argument
1969 if (xpr == NULL)
1972 switch (xpr->t) {
1974 arrow_add_within(ap, xpr->u.expr.left);
1975 arrow_add_within(ap, xpr->u.expr.right);
1978 if (xpr->u.func.s != L_within)
1980 arglist = xpr->u.func.arglist;

Completed in 49 milliseconds