Home
last modified time | relevance | path

Searched defs:lua_getupvalue (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h386 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlapi.c1057 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function
/f-stack/freebsd/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