Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h98 #define CIST_REENTRY (1<<2) /* call is running on same invocation of macro
H A Dlvm.c783 ci->callstatus |= CIST_REENTRY; in luaV_execute()
821 if (!(ci->callstatus & CIST_REENTRY)) /* 'ci' still the called one */ in luaV_execute()