Home
last modified time | relevance | path

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

/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
/freebsd-12.1/contrib/lua/src/
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