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

Function defreds

extern/btyacc/mkpar.c:290–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288
289
290void defreds()
291{
292 register int i;
293
294 defred = NEW2(nstates, Yshort);
295 for (i = 0; i < nstates; i++)
296 defred[i] = sole_reduction(i);
297}
298
299void free_action_row(action *p)
300{

Callers 1

make_parserFunction · 0.85

Calls 1

sole_reductionFunction · 0.85

Tested by

no test coverage detected