Searched refs:TM_MOD (Results 1 – 5 of 5) sorted by relevance
28 TM_MOD, enumerator
329 case TM_MOD: setnvalue(ra, luai_nummod(nb, nc)); break; in Arith()491 arith_op(luai_nummod, TM_MOD); in luaV_execute()
30 TM_MOD, enumerator
483 case OP_MOD: tm = TM_MOD; break; in getfuncname()
694 arith_op(luaV_mod, TM_MOD); in luaV_execute()