Lines Matching refs:tsvalue
527 return l_strcmp(tsvalue(l), tsvalue(r)) < 0; in lessthanothers()
549 return l_strcmp(tsvalue(l), tsvalue(r)) <= 0; in lessequalothers()
591 case LUA_VSHRSTR: return eqshrstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()
592 case LUA_VLNGSTR: return luaS_eqlngstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()
625 #define isemptystr(o) (ttisshrstring(o) && tsvalue(o)->shrlen == 0)
700 setivalue(s2v(ra), tsvalue(rb)->shrlen); in luaV_objlen()
704 setivalue(s2v(ra), tsvalue(rb)->u.lnglen); in luaV_objlen()
1260 TString *key = tsvalue(rc); /* key must be a string */ in luaV_execute()
1303 TString *key = tsvalue(rc); /* key must be a string */ in luaV_execute()
1316 TString *key = tsvalue(rb); /* key must be a string */ in luaV_execute()
1359 TString *key = tsvalue(rb); /* key must be a string */ in luaV_execute()
1391 TString *key = tsvalue(rc); /* key must be a string */ in luaV_execute()