Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/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);
H A Dlapi.c1212 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() argument
1216 name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL); in lua_getupvalue()
1226 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() argument
1232 fi = index2addr(L, funcindex); in lua_setupvalue()