Home | History | Annotate | Download | only in dist

Lines Matching refs:INDEX

53 static Value_t *INDEX;
571 INDEX = NEW2(ngotos + 1, Value_t);
578 INDEX[i] = 0;
582 if (INDEX[i] == 0 && R[i])
586 FREE(INDEX);
603 INDEX[i] = height = top;
613 if (INDEX[j] == 0)
616 if (INDEX[i] > INDEX[j])
617 INDEX[i] = INDEX[j];
627 if (INDEX[i] == height)
632 INDEX[j] = infinity;