Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ untyped_rhs
Function
untyped_rhs
extern/btyacc/error.c:200–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
void untyped_rhs(int i, char *s) {
201
error(lineno, 0, 0,
"$%d (%s) is untyped"
, i, s);
202
}
203
204
void unknown_rhs(int i) {
205
error(lineno, 0, 0,
"$%d is untyped (out of range)"
, i);
Callers
2
compile_arg
Function · 0.85
copy_action
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected