Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dldblib.c261 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
H A Dlua.h455 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
H A Dlapi.c1352 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h386 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlapi.c1210 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function