Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltm.c208 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()
H A Dlstate.h223 #define CIST_LEQ (1<<13) /* using __lt for __le */ macro
H A Dlvm.c836 if (ci->callstatus & CIST_LEQ) { /* "<=" using "<" instead? */ in luaV_finishOp()
837 ci->callstatus ^= CIST_LEQ; /* clear mark */ in luaV_finishOp()