MCPcopy Create free account
hub / github.com/F-Stack/f-stack / new_localvarliteral_

Function new_localvarliteral_

freebsd/contrib/openzfs/module/lua/lparser.c:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188static void new_localvarliteral_ (LexState *ls, const char *name, size_t sz) {
189 new_localvar(ls, luaX_newstring(ls, name, sz));
190}
191
192#define new_localvarliteral(ls,v) \
193 new_localvarliteral_(ls, "" v, (sizeof(v)/sizeof(char))-1)

Callers

nothing calls this directly

Calls 2

new_localvarFunction · 0.70
luaX_newstringFunction · 0.70

Tested by

no test coverage detected