Home
last modified time | relevance | path

Searched refs:luaK_exp2const (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlcode.h75 LUAI_FUNC int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v);
H A Dlcode.c90 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const() function
H A Dlparser.c1769 luaK_exp2const(fs, &e, &var->k)) { /* compile-time constant? */ in localstat()