Searched refs:DIVEQ (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/swig-12/Lib/tcl/
H A Dtclopers.swg38 %ignoreoperator(DIVEQ) operator/=;
/macosx-10.10.1/awk-20/src/
H A Dytab.h103 DIVEQ = 319, enumerator in enum:yytokentype
200 #define DIVEQ 319 macro
H A Dytabh.bak92 DIVEQ = 318,
187 #define DIVEQ 318
H A Dmaketab.c86 { DIVEQ, "assign", " /= " },
H A Dawkgram.y58 %token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
352 term '/' ASGNOP term { $$ = op2(DIVEQ, $1, $4); }
H A Dytab.c130 DIVEQ = 319, enumerator in enum:yytokentype
227 #define DIVEQ 319 macro
735 "MULTEQ", "DIVEQ", "MODEQ", "POWEQ", "PRINT", "PRINTF", "SPRINTF",
3198 { (yyval.p) = op2(DIVEQ, (yyvsp[(1) - (4)].p), (yyvsp[(4) - (4)].p)); }
H A Dytabc.bak116 DIVEQ = 318,
211 #define DIVEQ 318
598 "DIVIDE", "MOD", "ASSIGN", "ASGNOP", "ADDEQ", "SUBEQ", "MULTEQ", "DIVEQ",
2878 { (yyval.p) = op2(DIVEQ, (yyvsp[-3].p), (yyvsp[0].p)); }
H A Drun.c1121 case DIVEQ:
/macosx-10.10.1/swig-12/Lib/octave/
H A Doctopers.swg76 %ignoreoperator(DIVEQ) operator/=;
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dperlopers.swg43 %ignoreoperator(DIVEQ) operator/=;
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubyopers.swg36 %ignoreoperator(DIVEQ) operator/=;
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmath.c142 #define DIVEQ 33 macro
187 * 17 EQ '=', PLUSEQ '+=', MINUSEQ '-=', MULEQ '*=', DIVEQ '/=',
209 /* PLUSEQ MINUSEQ MULEQ DIVEQ MODEQ */
243 * 16 EQ '=', PLUSEQ '+=', MINUSEQ '-=', MULEQ '*=', DIVEQ '/=',
265 /* PLUSEQ MINUSEQ MULEQ DIVEQ MODEQ */
659 return DIVEQ;
1090 case DIVEQ:

Completed in 128 milliseconds