Searched refs:TOK_OR (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 434 { "or", TOK_OR }, /* pseudo option */ 435 { "|", /* escape */ TOK_OR }, /* pseudo option */ 4034 { "altq", TOK_OR }, 4035 { "//", TOK_OR }, 4036 { "diverted", TOK_OR }, 4037 { "dst-port", TOK_OR }, 4038 { "src-port", TOK_OR }, 4039 { "established", TOK_OR }, 4040 { "keep-state", TOK_OR }, 4041 { "frag", TOK_OR }, [all …]
|
| H A D | ipfw2.h | 92 TOK_OR, enumerator
|
| /freebsd/contrib/bmake/ |
| H A D | cond.c | 125 TOK_FALSE, TOK_TRUE, TOK_AND, TOK_OR, TOK_NOT, enumerator 775 return TOK_OR; in CondParser_Token() 894 } while (CondParser_Skip(par, TOK_OR)); in CondParser_Or()
|