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

Function syntax_error

extern/btyacc/error.c:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void syntax_error(int lineno, char *line, char *cptr) {
93 error(lineno, line, cptr, "syntax error");
94 exit(1);
95}
96
97void unterminated_comment(int lineno, char *line, char *cptr) {
98 error(lineno, line, cptr, "unmatched /*");

Callers 8

keywordFunction · 0.85
copy_identFunction · 0.85
declare_argtypesFunction · 0.85
declare_startFunction · 0.85
read_declarationsFunction · 0.85
advance_to_startFunction · 0.85
mark_symbolFunction · 0.85
read_grammarFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected