Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.c266 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable