Home
last modified time | relevance | path

Searched refs:LUA_VLNGSTR (Results 1 – 10 of 10) sorted by relevance

/external/lua/src/
Dlstring.c46 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()
Dldump.c124 case LUA_VLNGSTR: in dumpConstants()
Dluac.c285 case LUA_VLNGSTR: in PrintType()
321 case LUA_VLNGSTR: in PrintConstant()
Dlobject.h337 #define LUA_VLNGSTR makevariant(LUA_TSTRING, 1) /* long strings */ macro
341 #define ttislngstring(o) checktag((o), ctb(LUA_VLNGSTR))
Dltable.c144 case LUA_VLNGSTR: in mainposition()
190 case LUA_VLNGSTR: in equalkey()
Dlundump.c182 case LUA_VLNGSTR: in loadConstants()
Dlgc.c295 case LUA_VLNGSTR: { in reallymarkobject()
795 case LUA_VLNGSTR: in freeobj()
Dlvm.c586 case LUA_VLNGSTR: return luaS_eqlngstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()
695 case LUA_VLNGSTR: { in luaV_objlen()
Dlapi.c406 case LUA_VLNGSTR: return tsvalue(o)->u.lnglen; in lua_rawlen()
Dlcode.c696 case LUA_VSHRSTR: case LUA_VLNGSTR: in const2exp()