Searched refs:kw_OF (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.h92 kw_OF = 308, enumerator in enum:yytokentype
182 #define kw_OF 308 macro
H A Dlex.l119 OF { return kw_OF; }
H A Dasn1parse.c119 kw_OF = 308, enumerator in enum:yytokentype
209 #define kw_OF 308 macro
712 "kw_OCTET", "kw_OF", "kw_OPTIONAL", "kw_ObjectDescriptor", "kw_PATTERN",
H A Dasn1parse.y136 %token kw_OF
510 SequenceOfType : kw_SEQUENCE size kw_OF Type
533 SetOfType : kw_SET kw_OF Type
H A Dlex.c1370 { return kw_OF; }

Completed in 74 milliseconds