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

Function gen_event_block

src/gpre/languages/cob.cpp:2263–2277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2261//
2262
2263static SSHORT gen_event_block( const act* action)
2264{
2265 gpre_nod* init = (gpre_nod*) action->act_object;
2266
2267 int ident = CMP_next_ident();
2268 init->nod_arg[2] = (gpre_nod*) (IPTR) ident;
2269
2270 printa(names[COLUMN_0], false, "01 %s%dA PIC S9(9) USAGE COMP.", names[isc_a_pos], ident);
2271 printa(names[COLUMN_0], false, "01 %s%dB PIC S9(9) USAGE COMP.", names[isc_a_pos], ident);
2272 printa(names[COLUMN_0], false, "01 %s%dL PIC S9(4) USAGE COMP.", names[isc_a_pos], ident);
2273
2274 const gpre_nod* list = init->nod_arg[1];
2275
2276 return list->nod_count;
2277}
2278
2279
2280//____________________________________________________________

Callers 1

gen_databaseFunction · 0.70

Calls 2

CMP_next_identFunction · 0.85
printaFunction · 0.70

Tested by

no test coverage detected