Home
last modified time | relevance | path

Searched refs:setobj2n (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.c124 setobj2n(L, gt(L1), gt(L)); /* share table of globals */ in luaE_newthread()
H A Dlobject.h183 #define setobj2n setobj macro
H A Dldo.c223 setobj2n(L, luaH_setnum(L, htab, i+1), L->top - nvar + i); in adjust_varargs()
H A Dlapi.c495 setobj2n(L, &cl->c.upvalue[n], L->top+n); in lua_pushcclosure()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h260 #define setobj2n setobj macro
H A Dlapi.c566 setobj2n(L, &cl->c.upvalue[n], L->top + n); in lua_pushcclosure()