Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c57 case LUA_OPSUB:return intop(-, v1, v2); in intarith()
77 case LUA_OPSUB: return luai_numsub(L, v1, v2); in numarith()
Dlua.h206 #define LUA_OPSUB 1 macro
Dlstrlib.c300 return arith(L, LUA_OPSUB, "__sub"); in arith_sub()