Lines Matching refs:tally
89 static int *tally; variable
406 tally[s] = count; in save_row()
509 tally[symno] = count; in save_column()
589 if (tally[i] > 0) in sort_actions()
592 int t = tally[i]; in sort_actions()
599 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t)) in sort_actions()
629 t = tally[i]; in matching_state()
649 if (width[j] != w || tally[j] != t) in matching_state()
670 int t = tally[i]; in pack_vector()
816 tally = xcalloc (nvectors, sizeof *tally); in tables_generate()
831 free (tally); in tables_generate()