Lines Matching defs:and
6 * Redistribution and use in source and binary forms, with or without
8 * retain the above copyright notice and this paragraph in its entirety, (2)
9 * distributions including binary code include the above copyright notice and
11 * provided with the distribution, and (3) all advertising materials mentioning
14 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
20 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
263 %type <blk> and or paren not null prog
307 %left OR AND
325 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
326 | expr and id { gen_and($1.b, $3.b); $$ = $3; }
330 and: AND { $$ = $<blk>0; }
400 | qid and id { gen_and($1.b, $3.b); $$ = $3; }
440 | SRC AND DST { $$ = Q_AND; }
441 | DST AND SRC { $$ = Q_AND; }