Home
last modified time | relevance | path

Searched refs:lua_getupvalue (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/lua/src/
H A Dldblib.c252 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
278 luaL_argcheck(L, (lua_getupvalue(L, argf, nup) != NULL), argnup, in checkupval()
H A Dlua.h428 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
H A Dlapi.c1222 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h385 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
H A Dlapi.c1212 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function