Home
last modified time | relevance | path

Searched defs:lua_setupvalue (Results 1 – 2 of 2) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlua.h462 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n); variable
H A Dlapi.c1220 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() function