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

Function asgn_to_proc

src/gpre/languages/ada.cpp:583–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581//
582
583static void asgn_to_proc( ref* reference, int column)
584{
585 SCHAR s[MAX_REF_SIZE];
586
587 for (; reference; reference = reference->ref_next)
588 {
589 if (!reference->ref_value)
590 continue;
591 printa(column, "%s := %s;", reference->ref_value, gen_name(s, reference, true));
592 }
593}
594
595
596//____________________________________________________________

Callers 1

gen_procedureFunction · 0.70

Calls 2

printaFunction · 0.70
gen_nameFunction · 0.70

Tested by

no test coverage detected