Lines Matching defs:constraint
258 * Return the boolean value of a constraint expression
536 * on boundary constraint.
626 struct constraint_node *constraint;
685 * Remove any permissions prohibited by a constraint (this includes
688 constraint = tclass_datum->constraints;
689 while (constraint) {
690 if ((constraint->permissions & (avd->allowed)) &&
692 constraint->expr)) {
693 avd->allowed &= ~(constraint->permissions);
695 constraint = constraint->next;
717 * constraint, lazy checks have to mask any violated
767 struct constraint_node *constraint;
816 constraint = tclass_datum->validatetrans;
817 while (constraint) {
820 constraint->expr)) {
832 constraint = constraint->next;