Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldo.h68 LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci);
H A Dlvm.c1170 luaD_hookcall(L, ci); in luaV_execute()
1891 luaD_hookcall(L, ci); in luaV_execute()
H A Dldo.c369 void luaD_hookcall (lua_State *L, CallInfo *ci) { in luaD_hookcall() function