Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlparser.h34 VKSTR, /* string constant; strval = TString address; enumerator
A Dlcode.c96 case VKSTR: { in luaK_exp2const()
692 e->k = VKSTR; e->u.strval = tsvalue(v); in const2exp()
720 lua_assert(e->k == VKSTR); in str2K()
822 case VKSTR: { in discharge2reg()
989 case VKSTR: info = stringK(fs, e->u.strval); break; in luaK_exp2K()
1124 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in luaK_goiftrue()
1174 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in codenot()
1261 if (k->k == VKSTR) in luaK_indexed()
A Dlparser.c161 e->k = VKSTR; in codestring()

Completed in 10 milliseconds