Home
last modified time | relevance | path

Searched refs:rawgco2ts (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.h149 #define rawgco2ts(o) check_exp((o)->gch.tt == LUA_TSTRING, &((o)->ts)) macro
150 #define gco2ts(o) (&rawgco2ts(o)->tsv)
H A Dlstring.c85 TString *ts = rawgco2ts(o); in luaS_newlstr()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h202 #define rawgco2ts(o) \ macro
204 #define gco2ts(o) (&rawgco2ts(o)->tsv)
H A Dlstring.c141 TString *ts = rawgco2ts(o); in internshrstr()