Lines Matching refs:tsvalue
526 return l_strcmp(tsvalue(l), tsvalue(r)) < 0; in lessthanothers()
548 return l_strcmp(tsvalue(l), tsvalue(r)) <= 0; in lessequalothers()
585 case LUA_VSHRSTR: return eqshrstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()
586 case LUA_VLNGSTR: return luaS_eqlngstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()
619 #define isemptystr(o) (ttisshrstring(o) && tsvalue(o)->shrlen == 0)
692 setivalue(s2v(ra), tsvalue(rb)->shrlen); in luaV_objlen()
696 setivalue(s2v(ra), tsvalue(rb)->u.lnglen); in luaV_objlen()
1218 TString *key = tsvalue(rc); /* key must be a string */ in luaV_execute()
1258 TString *key = tsvalue(rc); /* key must be a string */ in luaV_execute()
1271 TString *key = tsvalue(rb); /* key must be a string */ in luaV_execute()
1311 TString *key = tsvalue(rb); /* key must be a string */ in luaV_execute()
1341 TString *key = tsvalue(rc); /* key must be a string */ in luaV_execute()