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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c131 struct bubble *frombp; /* bubble arrow comes from */ member in struct:__anon27
157 G.frombp = NULL;
187 if (!G.frombp) {
189 G.frombp = itree_add_bubble(G.frome, B_FROM, G.n, 0);
193 arrowp->tail = G.frombp;
195 add_arrow(G.frombp, arrowp);
1475 struct bubble *frombp, *tobp; local
1507 frombp = itree_add_bubble(frome, B_FROM, 0, 0);
1523 arrowp->tail = frombp;
1525 add_arrow(frombp, arrow
[all...]

Completed in 49 milliseconds