Home
last modified time | relevance | path

Searched defs:funcindex (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/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()
1225 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue()
/freebsd-src/contrib/lua/src/
H A Dlapi.c1384 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue()
1398 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue()