MCPcopy Create free account
hub / github.com/DFHack/dfhack / str_checkname

Function str_checkname

depends/lua/src/lparser.c:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134
135static TString *str_checkname (LexState *ls) {
136 TString *ts;
137 check(ls, TK_NAME);
138 ts = ls->t.seminfo.ts;
139 luaX_next(ls);
140 return ts;
141}
142
143
144static void init_exp (expdesc *e, expkind k, int i) {

Callers 9

checknameFunction · 0.85
singlevarFunction · 0.85
parlistFunction · 0.85
gotostatFunction · 0.85
forlistFunction · 0.85
forstatFunction · 0.85
localfuncFunction · 0.85
localstatFunction · 0.85
statementFunction · 0.85

Calls 2

checkFunction · 0.85
luaX_nextFunction · 0.85

Tested by

no test coverage detected