Home
last modified time | relevance | path

Searched refs:BOR (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/awk/
HDawkgram.y54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
79 %left BOR
109 BOR | bor NL
203 | ppattern bor ppattern %prec BOR
204 { $$ = op2(BOR, notnull($1), notnull($3)); }
225 | pattern bor pattern %prec BOR
226 { $$ = op2(BOR, notnull($1), notnull($3)); }
481 case BOR: case AND: case NOT:
HDmaketab.c43 { BOR, "boolop", " || " },
HDlex.c244 input(); RET(BOR); in yylex()
HDrun.c861 case BOR: in boolop()
/dragonfly/bin/test/
HDtest.c116 BOR, enumerator
156 {"o", BOR},
250 if (t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL) == BOR) in oexpr()