Home
last modified time | relevance | path

Searched refs:lua_getupvalue (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dldblib.c262 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
A Dlua.h456 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
A Dlapi.c1376 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function

Completed in 9 milliseconds