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

/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c52 #define LIVE 1 /* not yet printed */ macro
140 x = 0; /* anything LIVE on this sweep? */
142 if (i->live == LIVE) {
179 if (t->pred->live == LIVE)
200 i->live = LIVE;
218 if (i->live == LIVE)
226 j->live = LIVE;
231 * depth-first search of LIVE predecessors
/illumos-gate/usr/src/cmd/bnu/
H A Dpk.h109 #define LIVE 010 macro

Completed in 62 milliseconds