AST_REM 556 core/compile.c case AST_REM: case AST_POW: case AST_BITL: case AST_BITR: { AST_REM 571 core/compile.c case AST_REM: PN_ASM2(OP_REM, reg, reg + 1); break; AST_REM 87 core/syntax.y | rem assign s:sets { e = PN_AST2(ASSIGN, e, PN_OP(AST_REM, e, s)) } AST_REM 126 core/syntax.y | rem x:power { p = PN_OP(AST_REM, p, x) })*