Home | History | Annotate | Download | only in nawk-20071023

Lines Matching defs:and

5 Permission to use, copy, modify, and distribute this software and
6 its documentation for any purpose and without fee is hereby
8 copies and that both that the copyright notice and this
9 permission notice and warranty disclaimer appear in supporting
10 documentation, and that the name Lucent Technologies or any of
16 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
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
79 %left AND
103 and:
104 AND | and NL
204 | ppattern and ppattern %prec AND
205 { $$ = op2(AND, notnull($1), notnull($3)); }
225 | pattern and pattern %prec AND
226 { $$ = op2(AND, notnull($1), notnull($3)); }
470 case BOR: case AND: case NOT: