Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlfunc.h22 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
H A Dlfunc.c109 Proto *luaF_newproto (lua_State *L) { in luaF_newproto() function
H A Dlparser.c506 f->p[fs->np++] = clp = luaF_newproto(L); in addprototype()
1631 funcstate.f = cl->l.p = luaF_newproto(L); in luaY_parser()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlfunc.h21 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
H A Dluac.c126 Proto* f=luaF_newproto(L); in combine()
H A Dlfunc.c115 Proto *luaF_newproto (lua_State *L) { in luaF_newproto() function
H A Dlundump.c165 f=luaF_newproto(S->L); in LoadFunction()
H A Dlparser.c330 Proto *f = luaF_newproto(L); in open_func()