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

Function gen_variable

src/gpre/int_cxx.cpp:628–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626//
627
628static void gen_variable( const act* action, int column)
629{
630 char s[MAX_REF_SIZE];
631
632 align(column);
633 fprintf(gpreGlob.out_file, "%s", gen_name(s, action->act_object));
634
635}
636
637
638//____________________________________________________________

Callers 1

INT_CXX_actionFunction · 0.70

Calls 2

alignFunction · 0.70
gen_nameFunction · 0.70

Tested by

no test coverage detected