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

Function reader

extern/btyacc/reader.c:1881–1895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1879extern int read_errs;
1880
1881void reader() {
1882 write_section("banner");
1883 create_symbol_table();
1884 read_declarations();
1885 read_grammar();
1886 if(read_errs) done(1);
1887 free_symbol_table();
1888 free_tags();
1889 pack_names();
1890 check_symbols();
1891 pack_symbols();
1892 pack_grammar();
1893 free_symbols();
1894 print_grammar();
1895}

Callers 1

mainFunction · 0.85

Calls 13

write_sectionFunction · 0.85
create_symbol_tableFunction · 0.85
read_declarationsFunction · 0.85
read_grammarFunction · 0.85
free_symbol_tableFunction · 0.85
free_tagsFunction · 0.85
pack_namesFunction · 0.85
check_symbolsFunction · 0.85
pack_symbolsFunction · 0.85
pack_grammarFunction · 0.85
free_symbolsFunction · 0.85
print_grammarFunction · 0.85

Tested by

no test coverage detected