Searched refs:inedges (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c63 struct predlist *inedges; member in struct:nodelist
135 t->nextpred = j->inedges;
137 j->inedges = t;
165 for (t = j->inedges; t != NULL; t = t->nextpred)
178 for (t = i->inedges; t != NULL; t = t->nextpred)
202 i->nextnode->inedges = NULL;
247 for (t = i->inedges; t != NULL; t = t->nextpred) {

Completed in 63 milliseconds