Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstring.h35 #define isreserved(s) ((s)->tt == LUA_VSHRSTR && (s)->extra > 0)
41 #define eqshrstr(a,b) check_exp((a)->tt == LUA_VSHRSTR, (a) == (b))
A Dlobject.h347 #define LUA_VSHRSTR makevariant(LUA_TSTRING, 0) /* short strings */ macro
351 #define ttisshrstring(o) checktag((o), ctb(LUA_VSHRSTR))
397 #define tsslen(s) ((s)->tt == LUA_VSHRSTR ? (s)->shrlen : (s)->u.lnglen)
746 #define keyisshrstr(node) (keytt(node) == ctb(LUA_VSHRSTR))
A Dltable.c151 case LUA_VSHRSTR: { in mainposition()
749 lua_assert(key->tt == LUA_VSHRSTR); in luaH_getshortstr()
764 if (key->tt == LUA_VSHRSTR) in luaH_getstr()
779 case LUA_VSHRSTR: return luaH_getshortstr(t, tsvalue(key)); in luaH_get()
A Dldump.c123 case LUA_VSHRSTR: in dumpConstants()
A Dluac.c284 case LUA_VSHRSTR: in PrintType()
320 case LUA_VSHRSTR: in PrintConstant()
A Dlstring.c208 ts = createstrobj(L, l, LUA_VSHRSTR, h); in internshrstr()
A Dlundump.c181 case LUA_VSHRSTR: in loadConstants()
A Dlgc.c293 case LUA_VSHRSTR: in reallymarkobject()
793 case LUA_VSHRSTR: { in freeobj()
A Dlvm.c587 case LUA_VSHRSTR: return eqshrstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()
693 case LUA_VSHRSTR: { in luaV_objlen()
A Dlapi.c423 case LUA_VSHRSTR: return tsvalue(o)->shrlen; in lua_rawlen()
A Dlcode.c691 case LUA_VSHRSTR: case LUA_VLNGSTR: in const2exp()

Completed in 28 milliseconds