Home
last modified time | relevance | path

Searched refs:funcindex (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);
386 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n);
/freebsd/contrib/lua/src/
H A Dlua.h461 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n);
462 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n);
H A Dlapi.c1384 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() argument
1388 name = aux_upvalue(index2value(L, funcindex), n, &val, NULL); in lua_getupvalue()
1398 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() argument
1404 fi = index2value(L, funcindex); in lua_setupvalue()
/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() argument
1215 name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL); in lua_getupvalue()
1225 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() argument
1231 fi = index2addr(L, funcindex); in lua_setupvalue()