Home
last modified time | relevance | path

Searched refs:LUA_HOOKTAILCALL (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlua.h433 #define LUA_HOOKTAILCALL 4 macro
Dldo.c314 int hook = (ci->callstatus & CIST_TAIL) ? LUA_HOOKTAILCALL : LUA_HOOKCALL; in luaD_hookcall()