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

Function parse_actions

extern/btyacc/mkpar.c:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38action *parse_actions(int stateno)
39{
40 register action *actions;
41
42 actions = get_shifts(stateno);
43 actions = add_reductions(stateno, actions);
44 return (actions);
45}
46
47action *get_shifts(int stateno)
48{

Callers 1

make_parserFunction · 0.85

Calls 2

get_shiftsFunction · 0.85
add_reductionsFunction · 0.85

Tested by

no test coverage detected