Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.h34 VKSTR, /* string constant; strval = TString address; enumerator
Dlcode.c96 case VKSTR: { in luaK_exp2const()
697 e->k = VKSTR; e->u.strval = tsvalue(v); in const2exp()
725 lua_assert(e->k == VKSTR); in str2K()
827 case VKSTR: { in discharge2reg()
990 case VKSTR: info = stringK(fs, e->u.strval); break; in luaK_exp2K()
1125 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in luaK_goiftrue()
1175 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in codenot()
1262 if (k->k == VKSTR) in luaK_indexed()
Dlparser.c161 e->k = VKSTR; in codestring()