OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lua_sethook
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lua.c
96
lua_sethook
(L, NULL, 0, 0);
104
lua_sethook
(globalL, lstop, LUA_MASKCALL | LUA_MASKRET | LUA_MASKCOUNT, 1);
ldblib.c
319
lua_sethook
(L1, func, mask, count); /* set hooks */
lua.h
393
LUA_API int (
lua_sethook
) (lua_State *L, lua_Hook func, int mask, int count);
ldebug.c
53
LUA_API int
lua_sethook
(lua_State *L, lua_Hook func, int mask, int count) {
function
Completed in 4585 milliseconds