Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ luaX_syntaxerror
Function
luaX_syntaxerror
other_src/lua/src/llex.cpp:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
112
void luaX_syntaxerror (LexState *ls, const char *msg) {
113
luaX_lexerror(ls, msg, ls->t.token);
114
}
115
116
117
TString *luaX_newstring (LexState *ls, const char *str, size_t l) {
Callers
10
fixjump
Function · 0.70
luaK_checkstack
Function · 0.70
inclinenumber
Function · 0.70
error_expected
Function · 0.70
check_match
Function · 0.70
parlist
Function · 0.70
funcargs
Function · 0.70
prefixexp
Function · 0.70
breakstat
Function · 0.70
forstat
Function · 0.70
Calls
1
luaX_lexerror
Function · 0.70
Tested by
no test coverage detected