Home
last modified time | relevance | path

Searched refs:froms (Results 1 – 3 of 3) sorted by relevance

/external/bison/src/
Dtables.c84 static base_number **froms; variable
401 froms[s] = sp = sp1 = xnmalloc (count, sizeof *sp1); in save_row()
508 froms[symno] = sp = sp1 = xnmalloc (count, sizeof *sp1); in save_column()
663 if (tos[j][k] != tos[i][k] || froms[j][k] != froms[i][k] in matching_state()
682 base_number *from = froms[i]; in pack_vector()
823 froms = xcalloc (nvectors, sizeof *froms); in tables_generate()
846 free (froms[i]); in tables_generate()
851 free (froms); in tables_generate()
/external/bison/
DChangeLog-19981389 * src/output.c (pack_table): Free only nonzero the elts of froms &
DChangeLog-201211562 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
11565 (save_column): Likewise for froms[symno], tos[symno].
11580 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
16277 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
16293 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
16491 (froms, tos, width, pos, check): Of base_t type.
16568 * src/output.c (froms, tos): Are state_number_t.