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

Function unterminated_string

extern/btyacc/error.c:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void unterminated_string(int lineno, char *line, char *cptr) {
103 error(lineno, line, cptr, "unterminated string");
104 exit(1);
105}
106
107void unterminated_text(int lineno, char *line, char *cptr) {
108 error(lineno, line, cptr, "unmatched %%{");

Callers 3

copy_stringFunction · 0.85
get_literalFunction · 0.85
copy_argsFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected