Lines Matching defs:not
1286 printf(h->not ? " !" : " ");
2003 int rv, not = 0;
2006 not = !not;
2011 rv = append_addr_host(b, n, test, not);
2022 * to "negate" the result. Does not free the node_host list.
2023 * not:
2027 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)
2034 addr.pfra_not = n->not ^ not;
2051 if ((test && (not || addr.pfra_net != bits)) ||