/illumos-gate/usr/src/ucbcmd/expr/ |
H A D | expr.y | 39 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ 47 %left MULT DIV REM 75 | expr DIV expr { $$ = arith(DIV, $1, $3); } 113 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH, 188 case DIV: in arith()
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 81 %left '*' '%' DIV '/' 168 | norkexpr DIV norkexpr 230 | numexpr DIV numexpr 319 | cexpr DIV cexpr
|
H A D | esclex.c | 107 { "div", DIV },
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 78 #undef DIV 80 #ifndef DIV 109 #ifdef DIV 476 #ifdef DIV
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 53 #define DIV 271 macro 95 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH, 277 case DIV: in arith() 564 case DIV: in expres()
|
/illumos-gate/usr/src/tools/ndrgen/ |
H A D | ndr_parse.y | 53 %token LC RC SEMI STAR DIV MOD PLUS MINUS AND OR XOR LB RB LP RP 166 | DIV
|
H A D | ndr_lex.c | 144 { "/", DIV, 0 },
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 702 case DIV: in mn2() 829 case BAR: case RNEWE: case RCAT: case DIV: in dupl() 949 case DIV: in treedump()
|
H A D | ldefs.h | 113 #define DIV 0x400b macro
|
H A D | sub2.c | 111 case BAR: case RCAT: case DIV: case RNEWE: in cfoll() 190 case RCAT: case DIV: in follow() 298 case RCAT: case DIV: in first()
|
H A D | parser.y | 186 $$.i = mn2(DIV,i,$3.i); 253 $$.i = mn2(DIV,k,i);
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 66 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC 266 $$ = node(DIV, $1, $3);
|
H A D | awk3.c | 1141 case DIV: in exprreduce() 1182 asn_oper->n_type = DIV; in exprreduce() 1304 case DIV: in arithmetic()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmhdr.h | 293 #define DIV(x,y) ((y) == 8 ? ((x)>>3) : (x)/(y) ) macro 294 #define INDEX(s) DIV((s)-TINYSIZE,ALIGN)
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 140 "/" {return (DIV);}
|
H A D | geniconvtbl.c | 1602 EVAL_OP_BIN_PROTECT1(DIV_FOR_CSTYLE_CLEAN, DIV) /* A / B */ in eval_expr() 1603 EVAL_OP_BIN_PROTECT2(DIV_FOR_CSTYLE_CLEAN, DIV) /* A / B */ in eval_expr() 1604 EVAL_OP_BIN_PROTECT3(DIV_FOR_CSTYLE_CLEAN, DIV) /* A / B */ in eval_expr() 1605 EVAL_OP_BIN_PROTECT4(DIV_FOR_CSTYLE_CLEAN, DIV) /* A / B */ in eval_expr()
|
H A D | iconv_tm.h | 703 ITM_EXPR_BIN(DIV), /* A / B */
|
H A D | itm_comp.y | 159 %left MUL DIV MOD 1187 | expr DIV expr
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | float | 1127 #if DIV 1160 #if DIV 1193 #if DIV
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 20457 1465 GN NETTEST Telecom DIV.
|