Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlualib.h39 LUAMOD_API int (luaopen_debug) (lua_State *L); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlinit.c39 {LUA_DBLIBNAME, luaopen_debug},
Dldblib.c394 LUAMOD_API int luaopen_debug (lua_State *L) { in luaopen_debug() function