Home
last modified time | relevance | path

Searched refs:LUA_OPMUL (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlobject.c58 case LUA_OPMUL:return intop(*, v1, v2); in intarith()
78 case LUA_OPMUL: return luai_nummul(L, v1, v2); in numarith()
Dlua.h207 #define LUA_OPMUL 2 macro
Dlstrlib.c304 return arith(L, LUA_OPMUL, "__mul"); in arith_mul()