Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dlparser.h45 VCONST, /* compile-time <const> variable; enumerator
Dlcode.c81 lua_assert(e->k == VCONST); in const2val()
107 case VCONST: { in luaK_exp2const()
787 case VCONST: { in luaK_dischargevars()
Dlparser.c285 case VCONST: { in check_readonly()
400 init_exp(var, VCONST, fs->firstlocal + i); in searchvar()