Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dldblib.c401 lua_pushinteger(L, lua_gethookcount(L1)); /* 3rd result = count */ in db_gethook()
H A Dlua.h471 LUA_API int (lua_gethookcount) (lua_State *L); variable
H A Dldebug.c102 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount() function