Lines Matching refs:tally
72 In both cases, TALLY[VECTOR] is the size of the arrays
75 TALLY[VECTOR].
79 TALLY sizes,
89 static int *tally;
106 TALLY[VECTOR] = 0), and call these `entries'. */
368 | Set FROMS, TOS, TALLY and WIDTH for S. |
406 tally[s] = count;
467 | Compute FROMS[VECTOR], TOS[VECTOR], TALLY[VECTOR], WIDTH[VECTOR], |
509 tally[symno] = count;
589 if (tally[i] > 0)
592 int t = tally[i];
599 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t))
611 /* If VECTOR is a state which actions (reflected by FROMS, TOS, TALLY
629 t = tally[i];
647 /* Given how ORDER was computed, if the WIDTH or TALLY is
649 if (width[j] != w || tally[j] != t)
670 int t = tally[i];
817 tally = xcalloc (nvectors, sizeof *tally);
832 free (tally);