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

  /external/libpcap/
tokdefs.h 132 UMINUS = 358
236 #define UMINUS 358
grammar.c 167 UMINUS = 358
271 #define UMINUS 358
795 "'*'", "'/'", "UMINUS", "')'", "'('", "'>'", "'='", "'<'", "'['", "']'",
    [all...]
grammar.y 208 %nonassoc UMINUS
429 | '-' arth %prec UMINUS { $$ = gen_neg($2); }
  /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 159 milliseconds