Home
last modified time | relevance | path

Searched refs:TM_LE (Results 1 – 7 of 7) sorted by relevance

/src/sys/contrib/openzfs/module/lua/
H A Dltm.h34 TM_LE, enumerator
H A Dlvm.c250 else if ((res = call_orderTM(L, l, r, TM_LE)) >= 0) /* first try `le' */ in luaV_lessequal()
502 ttisnil(luaT_gettmbyobj(L, base + GETARG_B(inst), TM_LE))) in luaV_finishOp()
H A Dldebug.c488 case OP_LE: tm = TM_LE; break; in getfuncname()
/src/contrib/lua/src/
H A Dltm.h40 TM_LE, enumerator
H A Dltm.c206 else if (event == TM_LE) { in luaT_callorderTM()
H A Dlvm.c558 return luaT_callorderTM(L, l, r, TM_LE); in lessequalothers()
1652 op_orderI(L, l_lei, luai_numle, 0, TM_LE); in luaV_execute()
1660 op_orderI(L, l_gei, luai_numge, 1, TM_LE); in luaV_execute()
H A Dldebug.c651 case OP_LE: case OP_LEI: case OP_GEI: tm = TM_LE; break; in funcnamefromcode()