Searched refs:UPLUS (Results 1 – 6 of 6) sorted by relevance
136 UPLUS = 346, enumerator233 #define UPLUS 346 macro
65 { UPLUS, "arith", " +" },
39 * awkgram.y (UPLUS): New token. In the grammar, call op1()41 * maketab.c (proc): Add entry for UPLUS.42 * run.c (arith): Handle UPLUS.
89 %left NOT UMINUS UPLUS360 | '+' term %prec UMINUS { $$ = op1(UPLUS, $2); }
204 UPLUS = 346, enumerator301 #define UPLUS 346 macro3154 { (yyval.p) = op1(UPLUS, (yyvsp[0].p)); } in yyparse()
1047 if (n != UMINUS && n != UPLUS) { in arith()1077 case UPLUS: /* handled by getfval(), above */ in arith()