Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ COB_name_init
Function
COB_name_init
src/gpre/languages/cob.cpp:626–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
//
625
626
void COB_name_init(bool ansi)
627
{
628
629
names = ansi ? anames : vnames;
630
}
631
632
633
//____________________________________________________________
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected