Home
last modified time | relevance | path

Searched refs:UMINUS (Results 1 – 11 of 11) sorted by relevance

/external/one-true-awk/
Dytab.h135 UMINUS = 345, enumerator
232 #define UMINUS 345 macro
Dawkgram.y89 %left NOT UMINUS UPLUS
359 | '-' term %prec UMINUS { $$ = op1(UMINUS, $2); }
360 | '+' term %prec UMINUS { $$ = op1(UPLUS, $2); }
361 | NOT term %prec UMINUS { $$ = op1(NOT, notnull($2)); }
Dmaketab.c64 { UMINUS, "arith", " -" },
Dytab.c203 UMINUS = 345, enumerator
300 #define UMINUS 345 macro
3148 { (yyval.p) = op1(UMINUS, (yyvsp[0].p)); } in yyparse()
Drun.c1047 if (n != UMINUS && n != UPLUS) { in arith()
1074 case UMINUS: in arith()
/external/libpcap/
Dgrammar.h166 UMINUS = 376 enumerator
288 #define UMINUS 376 macro
Dgrammar.y358 %nonassoc UMINUS
699 | '-' arth %prec UMINUS { $$ = gen_neg(cstate, $2); }
Dgrammar.c484 UMINUS = 376 enumerator
606 #define UMINUS 376 macro
/external/ply/ply/
DREADME.md197 ('right','UMINUS'),
222 'expression : MINUS expression %prec UMINUS'
DCHANGES1337 ('right', 'UMINUS'), # Unary minus operator
/external/libchrome/third_party/ply/
DREADME191 ('right','UMINUS'),
216 'expression : MINUS expression %prec UMINUS'