Searched refs:TOK_OR (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.h77 TOK_OR, enumerator in enum:tokens
H A Dipfw2.c362 { "or", TOK_OR }, /* pseudo option */
363 { "|", /* escape */ TOK_OR }, /* pseudo option */
3472 case TOK_OR:
/freebsd-10.0-release/contrib/bmake/
H A Dcond.c127 * will return TOK_AND for '&' and '&&', TOK_OR for '|' and '||',
139 TOK_FALSE = 0, TOK_TRUE = 1, TOK_AND, TOK_OR, TOK_NOT, enumerator in enum:__anon699
956 return TOK_OR;
1105 if (o == TOK_OR) {

Completed in 172 milliseconds