Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dldebug.c53 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook() function
Dlua.h398 LUA_API int (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count); variable