Home
last modified time | relevance | path

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

/titanic_50/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
78 | expr MULT expr = { $$ = arith(MULT, $1, $3); }
117 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
189 case MULT:
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c68 #ifdef MULT
72 # define MULT macro
92 #ifdef MULT
445 #ifdef MULT
H A Diso2022.h65 #define MULT 2 macro
/titanic_50/usr/src/lib/libc/port/gen/
H A Dhsearch.c77 #ifdef MULT
81 #define MULT macro
101 #ifdef MULT
484 #ifdef MULT
/titanic_50/usr/src/cmd/expr/
H A Dexpr.c52 #define MULT 270 macro
99 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
279 case MULT:
569 case MULT: in expres()
/titanic_50/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()
/titanic_50/usr/src/cmd/awk/
H A Dmaketab.c60 { MULT, "arith", " * " },
H A Dawk.g.y68 %token <i> ADD MINUS MULT DIVIDE MOD
348 | term '*' term { $$ = op2(MULT, $1, $3); }
H A Drun.c994 case MULT: in arith()
/titanic_50/usr/src/grub/grub-0.97/
H A DChangeLog5229 and 'b' as well. If C is 'X' or 'b', then set MULT to 16.