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

/freebsd-12-stable/contrib/bmake/
H A Dcond.c129 * TOK_NOT for '!', TOK_LPAREN for '(', TOK_RPAREN for ')' and will evaluate
140 TOK_FALSE = 0, TOK_TRUE = 1, TOK_AND, TOK_OR, TOK_NOT, enumerator in enum:__anon918
990 return TOK_NOT;
1010 * symbol or TOK_NOT and a terminal symbol (not including the binary
1046 } else if (t == TOK_NOT) {
/freebsd-12-stable/sbin/ipfw/
H A Dipfw2.h86 TOK_NOT, enumerator in enum:tokens
H A Dipfw2.c387 { "not", TOK_NOT }, /* pseudo option */
388 { "!", /* escape ? */ TOK_NOT }, /* pseudo option */
4518 case TOK_NOT:

Completed in 122 milliseconds