tagenv 489 source4/heimdal/lib/asn1/gen.c if(t->tag.tagenv == TE_IMPLICIT) tagenv 268 source4/heimdal/lib/asn1/parse.c static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype); tagenv 2164 source4/heimdal/lib/asn1/parse.c (yyval.type)->tag.tagenv = (yyvsp[(2) - (3)].constant); tagenv 2178 source4/heimdal/lib/asn1/parse.c (yyval.tag).tagenv = TE_EXPLICIT; tagenv 2746 source4/heimdal/lib/asn1/parse.c new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) tagenv 2749 source4/heimdal/lib/asn1/parse.c if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) { tagenv 2757 source4/heimdal/lib/asn1/parse.c t->tag.tagenv = tagenv; tagenv 52 source4/heimdal/lib/asn1/parse.y static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype); tagenv 170 source4/heimdal/lib/asn1/parse.y %type <constant> Class tagenv tagenv 617 source4/heimdal/lib/asn1/parse.y TaggedType : Tag tagenv Type tagenv 621 source4/heimdal/lib/asn1/parse.y $$->tag.tagenv = $2; tagenv 634 source4/heimdal/lib/asn1/parse.y $$.tagenv = TE_EXPLICIT; tagenv 656 source4/heimdal/lib/asn1/parse.y tagenv : /* */ tagenv 931 source4/heimdal/lib/asn1/parse.y new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) tagenv 934 source4/heimdal/lib/asn1/parse.y if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) { tagenv 942 source4/heimdal/lib/asn1/parse.y t->tag.tagenv = tagenv; tagenv 107 source4/heimdal/lib/asn1/symbol.h enum { TE_IMPLICIT, TE_EXPLICIT } tagenv;