Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlcode.h68 LUAI_FUNC int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v);
H A Dlcode.c84 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const() function
H A Dlparser.c1755 luaK_exp2const(fs, &e, &var->k)) { /* compile-time constant? */ in localstat()