D | asn1_compiler.c | 414 /* Can be a directive, type name or element in tokenise() 432 * it's an element name in tokenise() 681 struct element { struct 686 struct element *children; argument 687 struct element *next; argument 688 struct element *render_next; argument 689 struct element *list_next; argument 708 struct element *element; argument 798 static struct element *parse_type(struct token **_cursor, struct token *stop, 819 type->element = parse_type(&cursor, type[1].name, NULL); in parse() [all …]
|