Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
void 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
299
void free_action_row(action *p)
300
{
Callers
1
make_parser
Function · 0.85
Calls
1
sole_reduction
Function · 0.85
Tested by
no test coverage detected