Lines Matching refs:tsvalue
533 return l_strcmp(tsvalue(l), tsvalue(r)) < 0; in lessthanothers()
555 return l_strcmp(tsvalue(l), tsvalue(r)) <= 0; in lessequalothers()
592 case LUA_VSHRSTR: return eqshrstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()
593 case LUA_VLNGSTR: return luaS_eqlngstr(tsvalue(t1), tsvalue(t2)); in luaV_equalobj()
626 #define isemptystr(o) (ttisshrstring(o) && tsvalue(o)->shrlen == 0)
699 setivalue(s2v(ra), tsvalue(rb)->shrlen); in luaV_objlen()
703 setivalue(s2v(ra), tsvalue(rb)->u.lnglen); in luaV_objlen()
1224 TString *key = tsvalue(rc); /* key must be a string */ in luaV_execute()
1264 TString *key = tsvalue(rc); /* key must be a string */ in luaV_execute()
1277 TString *key = tsvalue(rb); /* key must be a string */ in luaV_execute()
1317 TString *key = tsvalue(rb); /* key must be a string */ in luaV_execute()
1347 TString *key = tsvalue(rc); /* key must be a string */ in luaV_execute()