Home
last modified time | relevance | path

Searched refs:funcindex (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.h337 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n);
338 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n);
H A Dlapi.c1057 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() argument
1061 name = aux_upvalue(index2adr(L, funcindex), n, &val); in lua_getupvalue()
1071 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() argument
1076 fi = index2adr(L, funcindex); in lua_setupvalue()
/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);
387 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n);
/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() argument
1214 name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL); in lua_getupvalue()
1224 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() argument
1230 fi = index2addr(L, funcindex); in lua_setupvalue()