Searched refs:REM (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y43 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ
51 %left MULT DIV REM
80 | expr REM expr = { $$ = arith(REM, $1, $3); }
117 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
197 case REM:
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c54 #define REM 272 macro
99 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
287 case REM:
571 case REM:
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y67 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC
270 $$ = node(REM, $1, $3);
H A Dawk3.c1143 case REM:
1186 asn_oper->n_type = REM;
1318 case REM:
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y145 %left STAR SLASH REM.
603 expr(A) ::= expr(X) REM expr(Y). {A = sqliteExpr(TK_REM, X, Y, 0);}

Completed in 127 milliseconds