Searched refs:MULT (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/ucbcmd/expr/ |
H A D | expr.y | 43 %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 D | hsearch.c | 68 #ifdef MULT 72 # define MULT macro 92 #ifdef MULT 445 #ifdef MULT
|
H A D | iso2022.h | 65 #define MULT 2 macro
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 77 #ifdef MULT 81 #define MULT macro 101 #ifdef MULT 484 #ifdef MULT
|
/titanic_50/usr/src/cmd/expr/ |
H A D | expr.c | 52 #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 D | makeprctab.c | 56 { MULT, "arith", " * "},
|
H A D | awk.g.y | 37 %token ADD MINUS MULT DIVIDE MOD UMINUS 185 | term '*' term { $$ = op2(MULT, $1, $3); }
|
H A D | run.c | 614 case MULT: in arith()
|
/titanic_50/usr/src/cmd/awk/ |
H A D | maketab.c | 60 { MULT, "arith", " * " },
|
H A D | awk.g.y | 68 %token <i> ADD MINUS MULT DIVIDE MOD 348 | term '*' term { $$ = op2(MULT, $1, $3); }
|
H A D | run.c | 994 case MULT: in arith()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 5229 and 'b' as well. If C is 'X' or 'b', then set MULT to 16.
|