Lines Matching refs:froms
16 static Value_t **froms; variable
561 froms[i] = r = NEW2(shiftcount, Value_t); in token_actions()
581 froms[nstates + i] = r = NEW2(reducecount, Value_t); in token_actions()
602 froms[2 * nstates + i] = r = NEW2(conflictcount, Value_t); in token_actions()
687 froms[symno] = sp1 = sp = NEW2(count, Value_t); in save_column()
820 if (tos[j][k] != tos[i][k] || froms[j][k] != froms[i][k]) in matching_vector()
847 from = froms[i]; in pack_vector()
949 if (froms[i]) in pack_table()
950 FREE(froms[i]); in pack_table()
955 DO_FREE(froms); in pack_table()
1147 froms = NEW2(nvectors, Value_t *); in output_actions()