MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / find_conflict_base

Function find_conflict_base

extern/btyacc/output.c:155–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int find_conflict_base(int cbase)
156{
157 int i,j;
158
159 for (i=0; i<cbase; i++) {
160 for (j=0; j+cbase < nconflicts; j++) {
161 if (conflicts[i+j] != conflicts[cbase+j])
162 break; }
163 if (j+cbase >= nconflicts)
164 return i; }
165 return cbase;
166}
167
168void token_actions()
169{

Callers 1

token_actionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected