Searched refs:luaF_newLclosure (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlfunc.h23 LUAI_FUNC Closure *luaF_newLclosure (lua_State *L, int nelems);
H A Dlundump.c220 cl=luaF_newLclosure(L,1);
227 cl=luaF_newLclosure(L,cl->l.p->sizeupvalues);
H A Dlfunc.c30 Closure *luaF_newLclosure (lua_State *L, int n) { function
H A Dlvm.c466 Closure *ncl = luaF_newLclosure(L, nup);
H A Dlparser.c1621 Closure *cl = luaF_newLclosure(L, 1); /* create main closure */
/freebsd-12-stable/contrib/lua/src/
H A Dlfunc.h52 LUAI_FUNC LClosure *luaF_newLclosure (lua_State *L, int nelems);
H A Dlfunc.c33 LClosure *luaF_newLclosure (lua_State *L, int n) { function
H A Dlundump.c277 cl = luaF_newLclosure(L, LoadByte(&S));
H A Dlparser.c1632 LClosure *cl = luaF_newLclosure(L, 1); /* create main closure */
H A Dlvm.c637 LClosure *ncl = luaF_newLclosure(L, nup);

Completed in 101 milliseconds