Home
last modified time | relevance | path

Searched refs:lua_setupvalue (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/mit/lua/lib/liblua/
Dlua.expsym125 lua_setupvalue
/netbsd/src/external/mit/lua/dist/src/
Dldblib.c266 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
Dlbaselib.c331 if (!lua_setupvalue(L, -2, 1)) /* set it as 1st upvalue */ in load_aux()
Dlua.h485 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n); variable
Dlapi.c1408 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() function