Searched refs:POWEQ (Results 1 – 6 of 6) sorted by relevance
110 POWEQ = 320, enumerator207 #define POWEQ 320 macro
89 { POWEQ, "assign", " ^= " },
285 input(); yylval.i = POWEQ; RET(ASGNOP); in yylex()300 input(); yylval.i = POWEQ; RET(ASGNOP); in yylex()
58 %token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
178 POWEQ = 320, enumerator275 #define POWEQ 320 macro
1173 case POWEQ: in assign()