Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h387 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c1230 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() function