Home
last modified time | relevance | path

Searched refs:UPLUS (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/usr.bin/m4/
Dparser.y42 %right UMINUS UPLUS '!' '~'
80 | '+' expr %prec UPLUS { $$ = $2; }
/netbsd/src/tools/m4/bootstrap/
Dparser.h12 #define UPLUS 268 macro
Dparser.c62 #define UPLUS 268 macro
/netbsd/src/usr.bin/xlint/lint1/
Dop.h73 UPLUS, enumerator
DREADME.md116 | UPLUS | the unary operator `+u.ops.left` |
Dcgram.y782 $$ = build_unary($1 == PLUS ? UPLUS : UMINUS, $2, $3);
Dtree.c1066 case UPLUS: in fold_unsigned_integer()
1131 case UPLUS: in fold_signed_integer()
1898 case UPLUS: in fold_constant_floating()
/netbsd/src/external/historical/nawk/dist/
Dmaketab.c69 { UPLUS, "arith", " +" },
DChangeLog152 * awkgram.y (UPLUS): New token. In the grammar, call op1()
154 * maketab.c (proc): Add entry for UPLUS.
155 * run.c (arith): Handle UPLUS.
Dawkgram.y94 %left NOT UMINUS UPLUS
372 | '+' term %prec UMINUS { $$ = op1(UPLUS, $2); }
Drun.c1448 if (n != UMINUS && n != UPLUS) { in arith()
1478 case UPLUS: /* handled by getfval(), above */ in arith()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dpass1.h662 #define UPLUS (MAXOP+36) macro
Dcgram.y1181 | '+' term { $$ = biop(UPLUS, $2, NULL ); }
2210 case UPLUS: in eve()
Dtrees.c3273 SNAM(UPLUS,U+) in copst()
3317 case UPLUS: