Searched refs:OPR_SUB (Results 1 – 3 of 3) sorted by relevance
27 OPR_ADD, OPR_SUB, OPR_MUL, OPR_MOD, OPR_POW, enumerator
1100 case OPR_ADD: case OPR_SUB: in luaK_infix()1156 case OPR_ADD: case OPR_SUB: case OPR_MUL: case OPR_DIV: in luaK_posfix()
1000 case '-': return OPR_SUB; in getbinopr()