Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h214 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c555 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function