Searched refs:funcindex (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lua.h | 456 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); 457 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n);
|
A D | lapi.c | 1376 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() argument 1380 name = aux_upvalue(index2value(L, funcindex), n, &val, NULL); in lua_getupvalue() 1390 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() argument 1396 fi = index2value(L, funcindex); in lua_setupvalue()
|
Completed in 9 milliseconds