Searched refs:LUA_VSHRSTR (Results 1 – 11 of 11) sorted by relevance
35 #define isreserved(s) ((s)->tt == LUA_VSHRSTR && (s)->extra > 0)41 #define eqshrstr(a,b) check_exp((a)->tt == LUA_VSHRSTR, (a) == (b))
347 #define LUA_VSHRSTR makevariant(LUA_TSTRING, 0) /* short strings */ macro351 #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))
151 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()
123 case LUA_VSHRSTR: in dumpConstants()
284 case LUA_VSHRSTR: in PrintType()320 case LUA_VSHRSTR: in PrintConstant()
208 ts = createstrobj(L, l, LUA_VSHRSTR, h); in internshrstr()
181 case LUA_VSHRSTR: in loadConstants()
293 case LUA_VSHRSTR: in reallymarkobject()793 case LUA_VSHRSTR: { in freeobj()
587 case LUA_VSHRSTR: return eqshrstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()693 case LUA_VSHRSTR: { in luaV_objlen()
423 case LUA_VSHRSTR: return tsvalue(o)->shrlen; in lua_rawlen()
691 case LUA_VSHRSTR: case LUA_VLNGSTR: in const2exp()
Completed in 28 milliseconds