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

/external/bison/src/
H A Dtables.c86 static unsigned int **conflict_tos; variable
403 conflict_tos[s] = sp3 =
643 if (conflict_tos[i] != NULL)
647 if (conflict_tos[i][j] != 0)
664 || (conflict_tos[j] != NULL && conflict_tos[j][k] != 0))
684 unsigned int *conflict_to = conflict_tos[i];
826 conflict_tos = xcalloc (nvectors, sizeof *conflict_tos);
849 free (conflict_tos[
[all...]

Completed in 82 milliseconds