Searched refs:TOK_NOT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | cond.c | 126 TOK_FALSE, TOK_TRUE, TOK_AND, TOK_OR, TOK_NOT, enumerator 800 return TOK_NOT; in CondParser_Token() 850 while ((t = CondParser_Token(par, doEval)) == TOK_NOT) in CondParser_Term()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.h | 93 TOK_NOT, enumerator
|
H A D | ipfw2.c | 425 { "not", TOK_NOT }, /* pseudo option */ 426 { "!", /* escape ? */ TOK_NOT }, /* pseudo option */ 4942 case TOK_NOT: in compile_rule()
|