MCPcopy 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
177bool isAnsiCobol(cob_t dialect)
178{
179 return (dialect == cob_ansi) || (dialect == cob_rmc);
180}
181#endif
182
183

Callers 8

PAR_endFunction · 0.85
mainFunction · 0.85
get_tokenFunction · 0.85
nextcharFunction · 0.85
pass2Function · 0.85
skip_whiteFunction · 0.85
COB_print_bufferFunction · 0.85
gen_blrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected