Lines Matching defs:not
1195 printf(h->not ? " !" : " ");
1832 int rv, not = 0, i = 0;
1862 not = !not;
1867 rv = append_addr_host(b, n, test, not);
1879 * to "negate" the result. Does not free the node_host list.
1880 * not:
1884 append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not)
1891 addr.pfra_not = n->not ^ not;
1918 if ((test && (not || addr.pfra_net != bits)) ||