Searched refs:CIST_C (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlstate.h213 #define CIST_C (1<<1) /* call is running a C function */ macro
243 #define isLua(ci) (!((ci)->callstatus & CIST_C))
246 #define isLuacode(ci) (!((ci)->callstatus & (CIST_C | CIST_HOOKED)))
H A Dlstate.c196 ci->callstatus = CIST_C;
331 ci->callstatus = CIST_C;
H A Dldo.c525 L->ci = ci = prepCallInfo(L, func, nresults, CIST_C,

Completed in 154 milliseconds