Home
last modified time | relevance | path

Searched refs:conflict_tos (Results 1 – 2 of 2) sorted by relevance

/external/bison/src/
Dtables.c88 static unsigned int **conflict_tos; variable
393 conflict_tos[s] = sp3 = in save_row()
633 if (conflict_tos[i] != NULL) in matching_state()
637 if (conflict_tos[i][j] != 0) in matching_state()
654 || (conflict_tos[j] != NULL && conflict_tos[j][k] != 0)) in matching_state()
674 unsigned int *conflict_to = conflict_tos[i]; in pack_vector()
815 conflict_tos = xcalloc (nvectors, sizeof *conflict_tos); in tables_generate()
838 free (conflict_tos[i]); in tables_generate()
843 free (conflict_tos); in tables_generate()
/external/bison/
DChangeLog3301 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
3319 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
8016 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
8032 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
8672 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
8685 (output_check): Allocate conflict_tos.