Home
last modified time | relevance | path

Searched refs:CIST_TRAN (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dlstate.h220 #define CIST_TRAN (1<<8) /* 'ci' has transfer information */ macro
Dldo.c345 mask |= CIST_TRAN; /* 'ci' has transfer information */ in luaD_hook()
497 (CIST_HOOKED | CIST_YPCALL | CIST_FIN | CIST_TRAN | CIST_CLSRET))); in luaD_poscall()
Dldebug.c369 if (ci == NULL || !(ci->callstatus & CIST_TRAN)) in auxgetinfo()