Home
last modified time | relevance | path

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

/freebsd-12.1/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); in luaU_undump()
227 cl=luaF_newLclosure(L,cl->l.p->sizeupvalues); in luaU_undump()
H A Dlfunc.c30 Closure *luaF_newLclosure (lua_State *L, int n) { in luaF_newLclosure() function
H A Dlvm.c466 Closure *ncl = luaF_newLclosure(L, nup); in pushclosure()
H A Dlparser.c1621 Closure *cl = luaF_newLclosure(L, 1); /* create main closure */ in luaY_parser()
/freebsd-12.1/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) { in luaF_newLclosure() function
H A Dlundump.c270 cl = luaF_newLclosure(L, LoadByte(&S)); in luaU_undump()
H A Dlvm.c637 LClosure *ncl = luaF_newLclosure(L, nup); in pushclosure()
H A Dlparser.c1630 LClosure *cl = luaF_newLclosure(L, 1); /* create main closure */ in luaY_parser()