HomeSort by relevance Sort by last modified time
    Searched refs:UMINUS (Results 1 - 6 of 6) sorted by null

  /external/libpcap/
tokdefs.h 157 UMINUS = 375
278 #define UMINUS 375
grammar.y 314 %nonassoc UMINUS
625 | '-' arth %prec UMINUS { $$ = gen_neg($2); }
grammar.c 464 UMINUS = 375
585 #define UMINUS 375
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 64 { UMINUS, "arith", " -" },
awkgram.y 89 %left NOT UMINUS
359 | '-' term %prec UMINUS { $$ = op1(UMINUS, $2); }
360 | '+' term %prec UMINUS { $$ = $2; }
361 | NOT term %prec UMINUS { $$ = op1(NOT, notnull($2)); }
run.c 1005 if (n != UMINUS) {
1032 case UMINUS:
    [all...]

Completed in 180 milliseconds