Searched refs:LIVE (Results 1 – 4 of 4) sorted by relevance
50 #define LIVE 1 /* not yet printed */ macro140 if (i->live == LIVE) { in main()177 if (t->pred->live == LIVE) in anypred()198 i->live = LIVE; in index()216 if (i->live == LIVE) in findloop()224 j->live = LIVE; in findloop()
54 LIVE, "O.K.",134 if ((pk->p_state & LIVE) != 0)280 if ((pk->p_state & LIVE) == LIVE)326 if (pk->p_state & DRAINO || !(pk->p_state & LIVE)) {
73 if (pk->p_state & LIVE) {87 pk->p_state = LIVE;95 if (val==0 && pk->p_state&LIVE) {325 if (pk->p_state&DOWN || !pk->p_state&LIVE) {514 while (pk->p_xcount && pk->p_state&LIVE) { in pkclose()
106 #define LIVE 010 macro