Home
last modified time | relevance | path

Searched refs:testMMMode (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/mit/lua/dist/src/
H A Dlopcodes.h396 #define testMMMode(m) (luaP_opmodes[m] & (1 << 7)) macro
H A Dldebug.c473 if (testMMMode(GET_OPCODE(p->code[lastpc]))) in findsetreg()