Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ isAnsiCobol
Function
isAnsiCobol
src/gpre/gpre.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
// Test if input language is an ANSI-85 Cobol variant
176
#ifdef GPRE_COBOL
177
bool isAnsiCobol(cob_t dialect)
178
{
179
return (dialect == cob_ansi) || (dialect == cob_rmc);
180
}
181
#endif
182
183
Callers
8
PAR_end
Function · 0.85
main
Function · 0.85
get_token
Function · 0.85
nextchar
Function · 0.85
pass2
Function · 0.85
skip_white
Function · 0.85
COB_print_buffer
Function · 0.85
gen_blr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected