Lines Matching defs:or
6 * Redistribution and use in source and binary forms, with or without
10 * this paragraph in its entirety in the documentation or other materials
12 * features or use of this software display the following acknowledgement:
16 * or promote products derived from this software without specific prior
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
263 %type <blk> and or paren not null prog
307 %left OR AND
327 | expr or term { gen_or($1.b, $3.b); $$ = $3; }
328 | expr or id { gen_or($1.b, $3.b); $$ = $3; }
332 or: OR { $$ = $<blk>0; }
401 | qid or id { gen_or($1.b, $3.b); $$ = $3; }
438 | SRC OR DST { $$ = Q_OR; }
439 | DST OR SRC { $$ = Q_OR; }
669 | atmlistvalue or atmfieldvalue { gen_or($1.b, $3.b); $$ = $3; }
708 | mtp3listvalue or mtp3fieldvalue { gen_or($1.b, $3.b); $$ = $3; }