Home
last modified time | relevance | path

Searched refs:MULT (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y39 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ
47 %left MULT DIV REM
74 | expr MULT expr = { $$ = arith(MULT, $1, $3); }
113 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
185 case MULT: in arith()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c77 #ifdef MULT
81 #define MULT macro
101 #ifdef MULT
484 #ifdef MULT
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c52 #define MULT 270 macro
95 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
274 case MULT: in arith()
563 case MULT: in expres()
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c56 { MULT, "arith", " * "},
H A Dawk.g.y37 %token ADD MINUS MULT DIVIDE MOD UMINUS
185 | term '*' term { $$ = op2(MULT, $1, $3); }
H A Drun.c614 case MULT: in arith()
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c90 { MULT, "arith", " * " },
H A Dawk.g.y90 %token <i> ADD MINUS MULT DIVIDE MOD
388 | term '*' term { $$ = op2(MULT, $1, $3); }
H A Drun.c1175 case MULT: in arith()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5229 and 'b' as well. If C is 'X' or 'b', then set MULT to 16.