Home
last modified time | relevance | path

Searched refs:gco2ts (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlobject.h367 #define tsvalueraw(v) (gco2ts((v).gc))
369 #define tsvalue(o) check_exp(ttisstring(o), gco2ts(val_(o).gc))
762 #define keystrval(node) (gco2ts(keyval(node).gc))
H A Dlstate.h373 #define gco2ts(o) \ macro
H A Dlstring.c149 ts = gco2ts(o); in createstrobj()
H A Dlgc.c800 TString *ts = gco2ts(o); in freeobj()
806 TString *ts = gco2ts(o); in freeobj()
H A Dltests.c319 printf(" '%s'", getstr(gco2ts(o))); in printobj()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.h203 #define gco2ts(o) (&rawgco2ts(o)->tsv) macro
H A Dlstring.c77 unsigned int h = lmod(gco2ts(p)->hash, newsize); /* new position */ in luaS_resize()
H A Dlgc.c247 size = sizestring(gco2ts(o)); in reallymarkobject()
680 luaM_freemem(L, o, sizestring(gco2ts(o))); in freeobj()