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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c124 struct node *arrownp; /* top-level parse tree for arrow */ member in struct:__anon27
136 generate_arrownp(struct node *arrownp) argument
138 G.arrownp = arrownp;
172 ASSERT(G.arrownp != NULL);
182 arrowp = itree_add_arrow(G.arrownp, G.fromnp, G.tonp, infop->ex);
1477 struct node *src, *dst, *slst, *dlst, *arrownp, *oldarrownp; local
1486 arrownp = propnp->u.stmt.np;
1487 while (arrownp) {
1489 dlst = arrownp
[all...]

Completed in 48 milliseconds