Home
last modified time | relevance | path

Searched defs:nup (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c443 int nup = p->sizeupvalues; in getcached() local
464 int nup = p->sizeupvalues; in pushclosure() local
H A Dlauxlib.c684 const luaL_Reg *l, int nup) { in luaL_openlib()
704 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c451 int nup, j; in symbexec() local
H A Dlvm.c726 int nup, j; in luaV_execute() local
H A Dlauxlib.c243 const luaL_Reg *l, int nup) { in luaI_openlib()
H A Dlua_cjson.c1300 static void luaL_setfuncs (lua_State *l, const luaL_Reg *reg, int nup) in luaL_setfuncs()