Searched defs:conflict_table (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A Dtables.c116 unsigned int *conflict_table; variable
157 conflict_table = xnrealloc (conflict_table, table_size,
158 sizeof *conflict_table);
164 conflict_table[old_size] = 0;
716 conflict_table[loc] = conflict_to[k];
768 conflict_table = xcalloc (table_size, sizeof *conflict_table);
866 free (conflict_table);

Completed in 304 milliseconds