Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltm.h33 TM_LE, enumerator
H A Dlvm.c249 else if ((res = call_orderTM(L, l, r, TM_LE)) >= 0) /* first try `le' */ in luaV_lessequal()
501 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()