Lines Matching refs:tally
22 static Value_t *tally; variable
547 tally[i] = shiftcount; in token_actions()
548 tally[nstates + i] = reducecount; in token_actions()
551 tally[2 * nstates + i] = conflictcount; in token_actions()
699 tally[symno] = count; in save_column()
748 if (tally[i] > 0) in sort_actions()
750 t = tally[i]; in sort_actions()
757 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t)) in sort_actions()
803 t = tally[i]; in matching_vector()
810 if (width[j] != w || tally[j] != t) in matching_vector()
844 t = tally[i]; in pack_vector()
957 DO_FREE(tally); in pack_table()
1149 tally = NEW2(nvectors, Value_t); in output_actions()
2194 DO_FREE(tally); in output_leaks()