Searched refs:CIST_LEQ (Results 1 – 3 of 3) sorted by relevance
208 L->ci->callstatus |= CIST_LEQ; /* mark it is doing 'lt' for 'le' */ in luaT_callorderTM()210 L->ci->callstatus ^= CIST_LEQ; /* clear mark */ in luaT_callorderTM()
223 #define CIST_LEQ (1<<13) /* using __lt for __le */ macro
836 if (ci->callstatus & CIST_LEQ) { /* "<=" using "<" instead? */ in luaV_finishOp()837 ci->callstatus ^= CIST_LEQ; /* clear mark */ in luaV_finishOp()