Home
last modified time | relevance | path

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

/external/lua/src/
Dlstate.h232 #define CIST_TRAN (1<<7) /* 'ci' has transfer information */ macro
Dldebug.c368 if (ci == NULL || !(ci->callstatus & CIST_TRAN)) in auxgetinfo()
Dldo.c287 mask |= CIST_TRAN; /* 'ci' has transfer information */ in luaD_hook()