HomeSort by relevance Sort by last modified time
    Searched defs:bor (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h 94 pANTLR3_BITSET (*bor) (struct ANTLR3_BITSET_struct * bitset1, struct ANTLR3_BITSET_struct * bitset2); member in struct:ANTLR3_BITSET_struct
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
78 %left BOR
107 bor: label
108 BOR | bor NL
202 | ppattern bor ppattern %prec BOR
203 { $$ = op2(BOR, notnull($1), notnull($3)); }
223 | pattern bor pattern %prec BO
    [all...]

Completed in 221 milliseconds