Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.h70 LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci);
H A Dlvm.c1250 luaD_hookcall(L, ci);
1990 luaD_hookcall(L, ci);
H A Dldo.c373 void luaD_hookcall (lua_State *L, CallInfo *ci) { in luaD_hookcall() function