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

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

Completed in 56 milliseconds