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

Function main

extern/btyacc/main.c:447–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445
446
447int main(int argc, char **argv)
448{
449 set_signals();
450 getargs(argc, argv);
451 open_files();
452 reader();
453 lr0();
454 lalr();
455 make_parser();
456 verbose();
457 output();
458 done(0);
459 return 0;
460}

Callers

nothing calls this directly

Calls 10

set_signalsFunction · 0.85
getargsFunction · 0.85
readerFunction · 0.85
lr0Function · 0.85
lalrFunction · 0.85
make_parserFunction · 0.85
verboseFunction · 0.85
outputFunction · 0.85
open_filesFunction · 0.70
doneFunction · 0.70

Tested by

no test coverage detected