Searched refs:VKSTR (Results 1 – 3 of 3) sorted by relevance
34 VKSTR, /* string constant; strval = TString address; enumerator
97 case VKSTR: { in luaK_exp2const()717 e->k = VKSTR; e->u.strval = tsvalue(v); in const2exp()745 lua_assert(e->k == VKSTR); in str2K()847 case VKSTR: { in discharge2reg()1014 case VKSTR: info = stringK(fs, e->u.strval); break; in luaK_exp2K()1149 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in luaK_goiftrue()1199 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in codenot()1286 if (k->k == VKSTR) in luaK_indexed()1433 lua_assert((VNIL <= e1->k && e1->k <= VKSTR) || in codebinexpval()
161 e->k = VKSTR; in codestring()