Home
last modified time | relevance | path

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

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