Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlcode.h29 OPR_DIV, OPR_IDIV, enumerator
H A Dlcode.c1660 case OPR_MUL: case OPR_DIV: case OPR_IDIV: in luaK_infix()
1745 case OPR_DIV: case OPR_IDIV: case OPR_MOD: case OPR_POW: { in luaK_posfix()
H A Dlparser.c1213 case TK_IDIV: return OPR_IDIV; in getbinopr()