Searched refs:LUA_VLNGSTR (Results 1 – 10 of 10) sorted by relevance
46 lua_assert(a->tt == LUA_VLNGSTR && b->tt == LUA_VLNGSTR); in luaS_eqlngstr()63 lua_assert(ts->tt == LUA_VLNGSTR); in luaS_hashlongstr()170 TString *ts = createstrobj(L, l, LUA_VLNGSTR, G(L)->seed); in luaS_createlngstrobj()
124 case LUA_VLNGSTR: in dumpConstants()
285 case LUA_VLNGSTR: in PrintType()321 case LUA_VLNGSTR: in PrintConstant()
337 #define LUA_VLNGSTR makevariant(LUA_TSTRING, 1) /* long strings */ macro341 #define ttislngstring(o) checktag((o), ctb(LUA_VLNGSTR))
144 case LUA_VLNGSTR: in mainposition()190 case LUA_VLNGSTR: in equalkey()
182 case LUA_VLNGSTR: in loadConstants()
295 case LUA_VLNGSTR: { in reallymarkobject()795 case LUA_VLNGSTR: in freeobj()
586 case LUA_VLNGSTR: return luaS_eqlngstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()695 case LUA_VLNGSTR: { in luaV_objlen()
406 case LUA_VLNGSTR: return tsvalue(o)->u.lnglen; in lua_rawlen()
696 case LUA_VSHRSTR: case LUA_VLNGSTR: in const2exp()