Searched refs:LUA_HOOKTAILCALL (Results 1 – 2 of 2) sorted by relevance
433 #define LUA_HOOKTAILCALL 4 macro
314 int hook = (ci->callstatus & CIST_TAIL) ? LUA_HOOKTAILCALL : LUA_HOOKCALL; in luaD_hookcall()