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

Function gen_event_block

src/gpre/languages/ftn.cpp:2082–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2080//
2081
2082static SSHORT gen_event_block(const act* action)
2083{
2084 gpre_nod* init = (gpre_nod*) action->act_object;
2085
2086 int ident = CMP_next_ident();
2087 init->nod_arg[2] = (gpre_nod*)(IPTR) ident;
2088
2089 printa(COLUMN, "INTEGER*4 isc_%dA", ident);
2090 printa(COLUMN, "INTEGER*4 isc_%dB", ident);
2091 printa(COLUMN, "INTEGER*2 isc_%dL", ident);
2092
2093 gpre_nod* list = init->nod_arg[1];
2094
2095 return list->nod_count;
2096}
2097
2098
2099//____________________________________________________________

Callers 1

gen_database_declsFunction · 0.70

Calls 2

CMP_next_identFunction · 0.85
printaFunction · 0.70

Tested by

no test coverage detected