Home
last modified time | relevance | path

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

/external/lua/src/
Dlinit.c52 {LUA_DBLIBNAME, luaopen_debug},
Dlualib.h42 LUAMOD_API int (luaopen_debug) (lua_State *L); variable
Dldblib.c473 LUAMOD_API int luaopen_debug (lua_State *L) { in luaopen_debug() function