Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldblib.c262 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
H A Dlua.h461 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
H A Dlapi.c1384 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function
H A Dltests.c1084 const char *name = lua_getupvalue(L, 1, n); in upvalue()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h385 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c1211 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function