Searched refs:rawgco2ts (Results 1 – 4 of 4) sorted by relevance
149 #define rawgco2ts(o) check_exp((o)->gch.tt == LUA_TSTRING, &((o)->ts)) macro150 #define gco2ts(o) (&rawgco2ts(o)->tsv)
85 TString *ts = rawgco2ts(o); in luaS_newlstr()
202 #define rawgco2ts(o) \ macro204 #define gco2ts(o) (&rawgco2ts(o)->tsv)
141 TString *ts = rawgco2ts(o); in internshrstr()