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()
218 #define CIST_LEQ (1<<13) /* using __lt for __le */ macro
831 if (ci->callstatus & CIST_LEQ) { /* "<=" using "<" instead? */ in luaV_finishOp()832 ci->callstatus ^= CIST_LEQ; /* clear mark */ in luaV_finishOp()
Completed in 8 milliseconds