Searched refs:LUA_OPSUB (Results 1 – 3 of 3) sorted by relevance
57 case LUA_OPSUB:return intop(-, v1, v2); in intarith()77 case LUA_OPSUB: return luai_numsub(L, v1, v2); in numarith()
206 #define LUA_OPSUB 1 macro
300 return arith(L, LUA_OPSUB, "__sub"); in arith_sub()