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

Function par_at

src/gpre/par.cpp:1363–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361//
1362
1363static act* par_at()
1364{
1365 if (!MSC_match(KW_END) || !cur_fetch)
1366 return NULL;
1367
1368 act* action = (act*) cur_fetch->lls_object;
1369
1370 return MSC_action(action->act_request, ACT_at_end);
1371}
1372
1373
1374//____________________________________________________________

Callers 1

PAR_actionFunction · 0.85

Calls 2

MSC_matchFunction · 0.85
MSC_actionFunction · 0.85

Tested by

no test coverage detected