Symbol: TTag
crypto/heimdal/lib/asn1/asn1parse.c
2184
(yyval.type) = new_type(TTag);
crypto/heimdal/lib/asn1/asn1parse.c
2187
if((yyvsp[(3) - (3)].type)->type == TTag && (yyvsp[(2) - (3)].constant) == TE_IMPLICIT) {
crypto/heimdal/lib/asn1/asn1parse.c
2779
if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
crypto/heimdal/lib/asn1/asn1parse.c
2783
t = new_type (TTag);
crypto/heimdal/lib/asn1/asn1parse.y
636
$$ = new_type(TTag);
crypto/heimdal/lib/asn1/asn1parse.y
639
if($3->type == TTag && $2 == TE_IMPLICIT) {
crypto/heimdal/lib/asn1/asn1parse.y
956
if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
crypto/heimdal/lib/asn1/asn1parse.y
960
t = new_type (TTag);
crypto/heimdal/lib/asn1/gen.c
636
case TTag: {
crypto/heimdal/lib/asn1/gen.c
877
case TTag:
crypto/heimdal/lib/asn1/gen_copy.c
214
case TTag:
crypto/heimdal/lib/asn1/gen_decode.c
138
case TTag:
crypto/heimdal/lib/asn1/gen_decode.c
362
assert(m->type->type == TTag);
crypto/heimdal/lib/asn1/gen_decode.c
473
case TTag:{
crypto/heimdal/lib/asn1/gen_decode.c
698
case TTag:
crypto/heimdal/lib/asn1/gen_encode.c
389
case TTag: {
crypto/heimdal/lib/asn1/gen_encode.c
535
case TTag:
crypto/heimdal/lib/asn1/gen_free.c
167
case TTag:
crypto/heimdal/lib/asn1/gen_glue.c
143
case TTag:
crypto/heimdal/lib/asn1/gen_length.c
249
case TTag:{
crypto/heimdal/lib/asn1/gen_seq.c
47
while(type->type == TTag)
crypto/heimdal/lib/asn1/gen_template.c
176
{ TTag, tag_symbol, 1 },
crypto/heimdal/lib/asn1/gen_template.c
444
if (t->type == TTag)
crypto/heimdal/lib/asn1/gen_template.c
462
while (t->type == TTag)
crypto/heimdal/lib/asn1/gen_template.c
472
if (optional && t->type != TTag && t->type != TType)
crypto/heimdal/lib/asn1/gen_template.c
617
case TTag: {