Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.h97 #define CIST_REENTRY (1<<2) /* call is running on same invocation of macro
Dlvm.c719 ci->callstatus |= CIST_REENTRY; in luaV_execute()
757 if (!(ci->callstatus & CIST_REENTRY)) /* 'ci' still the called one */ in luaV_execute()