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

Function unexpected_EOF

extern/btyacc/error.c:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47void unexpected_EOF()
48{
49 FileError("unexpected end-of-file");
50 done(1);
51}
52
53
54void print_pos(char *st_line, char *st_cptr)

Callers 8

copy_identFunction · 0.85
get_tagFunction · 0.85
declare_tokensFunction · 0.85
declare_argtypesFunction · 0.85
declare_typesFunction · 0.85
declare_startFunction · 0.85
read_declarationsFunction · 0.85
advance_to_startFunction · 0.85

Calls 2

FileErrorFunction · 0.85
doneFunction · 0.70

Tested by

no test coverage detected