Home
last modified time | relevance | path

Searched refs:TM_EQ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltm.h24 TM_EQ, /* last tag method with `fast' access */ enumerator
H A Dltm.c54 lua_assert(event <= TM_EQ); in luaT_gettm()
H A Dlvm.c274 tm = get_equalTM(L, uvalue(t1)->metatable, uvalue(t2)->metatable, TM_EQ); in luaV_equalobj_()
280 tm = get_equalTM(L, hvalue(t1)->metatable, hvalue(t2)->metatable, TM_EQ); in luaV_equalobj_()
H A Dldebug.c478 case OP_EQ: tm = TM_EQ; break; in getfuncname()