Home
last modified time | relevance | path

Searched refs:TOK_NOT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dcond.c126 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 Dipfw2.h93 TOK_NOT, enumerator
H A Dipfw2.c425 { "not", TOK_NOT }, /* pseudo option */
426 { "!", /* escape ? */ TOK_NOT }, /* pseudo option */
4942 case TOK_NOT: in compile_rule()