Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dgetcwd.c137 char *nup; in getcwd() local
/freebsd/contrib/lyaml/ext/yaml/
H A Dlyaml.h39 # define luaL_openlib(L,n,l,nup) luaL_setfuncs((L),(l),(nup)) argument
/freebsd/sys/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()
/freebsd/contrib/lua/src/
H A Dldblib.c287 int nup = (int)luaL_checkinteger(L, argnup); /* upvalue index */ in checkupval() local
H A Dlauxlib.c933 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
H A Dlvm.c794 int nup = p->sizeupvalues; in pushclosure() local