Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstring.c36 lua_assert(a->tt == LUA_VLNGSTR && b->tt == LUA_VLNGSTR); in luaS_eqlngstr()
52 lua_assert(ts->tt == LUA_VLNGSTR); in luaS_hashlongstr()
158 TString *ts = createstrobj(L, l, LUA_VLNGSTR, G(L)->seed); in luaS_createlngstrobj()
H A Dlobject.h361 #define LUA_VLNGSTR makevariant(LUA_TSTRING, 1) /* long strings */ macro
365 #define ttislngstring(o) checktag((o), ctb(LUA_VLNGSTR))
H A Dluac.c284 case LUA_VLNGSTR: in PrintType()
320 case LUA_VLNGSTR: in PrintConstant()
H A Dldump.c128 case LUA_VLNGSTR: in dumpConstants()
H A Dltable.c165 case LUA_VLNGSTR: { in mainpositionTV()
231 case ctb(LUA_VLNGSTR): in equalkey()
H A Dlundump.c182 case LUA_VLNGSTR: in loadConstants()
H A Dlgc.c300 case LUA_VLNGSTR: { in reallymarkobject()
805 case LUA_VLNGSTR: { in freeobj()
H A Dltests.c318 if (o->tt == LUA_VSHRSTR || o->tt == LUA_VLNGSTR) in printobj()
492 case LUA_VLNGSTR: { in checkrefs()
H A Dlvm.c592 case LUA_VLNGSTR: return luaS_eqlngstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()
703 case LUA_VLNGSTR: { in luaV_objlen()
H A Dlapi.c430 case LUA_VLNGSTR: return tsvalue(o)->u.lnglen; in lua_rawlen()
H A Dlcode.c716 case LUA_VSHRSTR: case LUA_VLNGSTR: in const2exp()