Lines Matching defs:negated
224 /* might be a negated element, in which case get the value. */
226 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated");
227 if (!cfg_obj_isvoid(negated)) {
228 ce = negated;
251 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))
758 /* Might be a negated element */
759 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated");
760 if (!cfg_obj_isvoid(negated)) {
763 ce = negated;
821 * nested ACL contains negated members.
869 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))