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

Function gen_variable

src/gpre/languages/ftn.cpp:3534–3542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3532//
3533
3534static void gen_variable(const act* action)
3535{
3536 SCHAR s[MAX_REF_SIZE];
3537 const ref* reference = (const ref*) action->act_object;
3538 printa("", "%s%s", (action->act_flags & ACT_first) ? COLUMN : CONTINUE,
3539 gen_name(s, reference, false));
3540
3541 fputs(CONTINUE, gpreGlob.out_file);
3542}
3543
3544
3545//____________________________________________________________

Callers 1

FTN_actionFunction · 0.70

Calls 3

fputsFunction · 0.85
printaFunction · 0.70
gen_nameFunction · 0.70

Tested by

no test coverage detected