Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.h24 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT) macro
H A Dltm.c41 luaS_fix(G(L)->tmname[i]); /* never collect these names */ in luaT_init()
H A Dlstate.c79 luaS_fix(luaS_newliteral(L, MEMERRMSG)); in f_luaopen()
H A Dllex.c68 luaS_fix(ts); /* reserved words are never collected */ in luaX_init()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.h23 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT) macro
H A Dltm.c42 luaS_fix(G(L)->tmname[i]); /* never collect these names */ in luaT_init()
H A Dllex.c66 luaS_fix(ts); /* reserved words are never collected */ in luaX_init()
168 luaS_fix(ls->envn); /* never collect this name */ in luaX_setinput()
H A Dlstate.c190 luaS_fix(g->memerrmsg); /* it should never be collected */ in f_luaopen()