Searched refs:LUA_OPMUL (Results 1 – 3 of 3) sorted by relevance
58 case LUA_OPMUL:return intop(*, v1, v2); in intarith()78 case LUA_OPMUL: return luai_nummul(L, v1, v2); in numarith()
207 #define LUA_OPMUL 2 macro
304 return arith(L, LUA_OPMUL, "__mul"); in arith_mul()