Searched refs:LUA_OPMUL (Results 1 – 2 of 2) sorted by relevance
88 case LUA_OPMUL:return intop(*, v1, v2); in intarith()108 case LUA_OPMUL: return luai_nummul(L, v1, v2); in numarith()
198 #define LUA_OPMUL 2 macro