Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ terminal_start
Function
terminal_start
extern/btyacc/error.c:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
152
153
void terminal_start(char *s) {
154
error(lineno, 0, 0,
"the start symbol %s is a token"
, s);
155
}
156
157
void restarted_warning() {
158
FileError(
"the start symbol has been redeclared"
);
Callers
2
declare_start
Function · 0.85
advance_to_start
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected