Searched refs:LIVE (Results 1 – 4 of 4) sorted by relevance
52 #define LIVE 1 /* not yet printed */ macro142 if (i->live == LIVE) { in main()179 if (t->pred->live == LIVE) in anypred()200 i->live = LIVE; in index()218 if (i->live == LIVE) in findloop()226 j->live = LIVE; in findloop()
57 LIVE, "O.K.",137 if ((pk->p_state & LIVE) != 0)283 if ((pk->p_state & LIVE) == LIVE)329 if (pk->p_state & DRAINO || !(pk->p_state & LIVE)) {
76 if (pk->p_state & LIVE) {90 pk->p_state = LIVE;98 if (val==0 && pk->p_state&LIVE) {328 if (pk->p_state&DOWN || !pk->p_state&LIVE) {517 while (pk->p_xcount && pk->p_state&LIVE) { in pkclose()
109 #define LIVE 010 macro