Searched defs:nup (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getcwd.c | 137 char *nup; in getcwd() local
|
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | lyaml.h | 39 # define luaL_openlib(L,n,l,nup) luaL_setfuncs((L),(l),(nup)) argument
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 443 int nup = p->sizeupvalues; in getcached() local 464 int nup = p->sizeupvalues; in pushclosure() local
|
H A D | lauxlib.c | 684 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 D | ldblib.c | 287 int nup = (int)luaL_checkinteger(L, argnup); /* upvalue index */ in checkupval() local
|
H A D | lauxlib.c | 933 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
|
H A D | lvm.c | 794 int nup = p->sizeupvalues; in pushclosure() local
|