Home | History | Annotate | Download | only in asn1

Lines Matching refs:constraint_spec

54 static struct constraint_spec *new_constraint_spec(enum ctype);
86 struct constraint_spec *constraint_spec;
230 %type <constraint_spec> Constraint
231 %type <constraint_spec> ConstraintSpec
232 %type <constraint_spec> GeneralConstraint
233 %type <constraint_spec> ContentsConstraint
234 %type <constraint_spec> UserDefinedConstraint
1021 static struct constraint_spec *
1024 struct constraint_spec *c = ecalloc(1, sizeof(*c));