Home
last modified time | relevance | path

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

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