Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.c58 case LUA_OPMUL:return intop(*, v1, v2); in intarith()
78 case LUA_OPMUL: return luai_nummul(L, v1, v2); in numarith()
A Dlua.h207 #define LUA_OPMUL 2 macro
A Dlstrlib.c306 return arith(L, LUA_OPMUL, "__mul"); in arith_mul()

Completed in 9 milliseconds