Lines Matching defs:constraint_spec
53 static struct constraint_spec *new_constraint_spec(enum ctype);
83 struct constraint_spec *constraint_spec;
227 %type <constraint_spec> Constraint
228 %type <constraint_spec> ConstraintSpec
229 %type <constraint_spec> GeneralConstraint
230 %type <constraint_spec> ContentsConstraint
231 %type <constraint_spec> UserDefinedConstraint
998 static struct constraint_spec *
1001 struct constraint_spec *c = ecalloc(1, sizeof(*c));