Symbol: new_type
crypto/heimdal/lib/asn1/asn1parse.c
1853
TE_EXPLICIT, new_type(TBoolean));
crypto/heimdal/lib/asn1/asn1parse.c
1907
TE_EXPLICIT, new_type(TInteger));
crypto/heimdal/lib/asn1/asn1parse.c
1914
(yyval.type) = new_type(TInteger);
crypto/heimdal/lib/asn1/asn1parse.c
1923
(yyval.type) = new_type(TInteger);
crypto/heimdal/lib/asn1/asn1parse.c
1968
(yyval.type) = new_type(TInteger);
crypto/heimdal/lib/asn1/asn1parse.c
1977
(yyval.type) = new_type(TBitString);
crypto/heimdal/lib/asn1/asn1parse.c
1987
(yyval.type) = new_type(TBitString);
crypto/heimdal/lib/asn1/asn1parse.c
1997
TE_EXPLICIT, new_type(TOID));
crypto/heimdal/lib/asn1/asn1parse.c
2004
Type *t = new_type(TOctetString);
crypto/heimdal/lib/asn1/asn1parse.c
2015
TE_EXPLICIT, new_type(TNull));
crypto/heimdal/lib/asn1/asn1parse.c
2032
(yyval.type) = new_type(TSequence);
crypto/heimdal/lib/asn1/asn1parse.c
2041
(yyval.type) = new_type(TSequence);
crypto/heimdal/lib/asn1/asn1parse.c
2050
(yyval.type) = new_type(TSequenceOf);
crypto/heimdal/lib/asn1/asn1parse.c
2060
(yyval.type) = new_type(TSet);
crypto/heimdal/lib/asn1/asn1parse.c
2069
(yyval.type) = new_type(TSet);
crypto/heimdal/lib/asn1/asn1parse.c
2078
(yyval.type) = new_type(TSetOf);
crypto/heimdal/lib/asn1/asn1parse.c
2087
(yyval.type) = new_type(TChoice);
crypto/heimdal/lib/asn1/asn1parse.c
2096
(yyval.type) = new_type(TType);
crypto/heimdal/lib/asn1/asn1parse.c
2108
TE_EXPLICIT, new_type(TGeneralizedTime));
crypto/heimdal/lib/asn1/asn1parse.c
2116
TE_EXPLICIT, new_type(TUTCTime));
crypto/heimdal/lib/asn1/asn1parse.c
2184
(yyval.type) = new_type(TTag);
crypto/heimdal/lib/asn1/asn1parse.c
2269
TE_EXPLICIT, new_type(TGeneralString));
crypto/heimdal/lib/asn1/asn1parse.c
2277
TE_EXPLICIT, new_type(TTeletexString));
crypto/heimdal/lib/asn1/asn1parse.c
2285
TE_EXPLICIT, new_type(TUTF8String));
crypto/heimdal/lib/asn1/asn1parse.c
2293
TE_EXPLICIT, new_type(TPrintableString));
crypto/heimdal/lib/asn1/asn1parse.c
2301
TE_EXPLICIT, new_type(TVisibleString));
crypto/heimdal/lib/asn1/asn1parse.c
2309
TE_EXPLICIT, new_type(TIA5String));
crypto/heimdal/lib/asn1/asn1parse.c
2317
TE_EXPLICIT, new_type(TBMPString));
crypto/heimdal/lib/asn1/asn1parse.c
2325
TE_EXPLICIT, new_type(TUniversalString));
crypto/heimdal/lib/asn1/asn1parse.c
266
static Type *new_type (Typetype t);
crypto/heimdal/lib/asn1/asn1parse.c
2783
t = new_type (TTag);
crypto/heimdal/lib/asn1/asn1parse.y
353
TE_EXPLICIT, new_type(TBoolean));
crypto/heimdal/lib/asn1/asn1parse.y
397
TE_EXPLICIT, new_type(TInteger));
crypto/heimdal/lib/asn1/asn1parse.y
401
$$ = new_type(TInteger);
crypto/heimdal/lib/asn1/asn1parse.y
407
$$ = new_type(TInteger);
crypto/heimdal/lib/asn1/asn1parse.y
443
$$ = new_type(TInteger);
crypto/heimdal/lib/asn1/asn1parse.y
454
$$ = new_type(TBitString);
crypto/heimdal/lib/asn1/asn1parse.y
461
$$ = new_type(TBitString);
crypto/heimdal/lib/asn1/asn1parse.y
470
TE_EXPLICIT, new_type(TOID));
crypto/heimdal/lib/asn1/asn1parse.y
475
Type *t = new_type(TOctetString);
crypto/heimdal/lib/asn1/asn1parse.y
485
TE_EXPLICIT, new_type(TNull));
crypto/heimdal/lib/asn1/asn1parse.y
498
$$ = new_type(TSequence);
crypto/heimdal/lib/asn1/asn1parse.y
504
$$ = new_type(TSequence);
crypto/heimdal/lib/asn1/asn1parse.y
512
$$ = new_type(TSequenceOf);
crypto/heimdal/lib/asn1/asn1parse.y
52
static Type *new_type (Typetype t);
crypto/heimdal/lib/asn1/asn1parse.y
521
$$ = new_type(TSet);
crypto/heimdal/lib/asn1/asn1parse.y
527
$$ = new_type(TSet);
crypto/heimdal/lib/asn1/asn1parse.y
535
$$ = new_type(TSetOf);
crypto/heimdal/lib/asn1/asn1parse.y
543
$$ = new_type(TChoice);
crypto/heimdal/lib/asn1/asn1parse.y
555
$$ = new_type(TType);
crypto/heimdal/lib/asn1/asn1parse.y
566
TE_EXPLICIT, new_type(TGeneralizedTime));
crypto/heimdal/lib/asn1/asn1parse.y
571
TE_EXPLICIT, new_type(TUTCTime));
crypto/heimdal/lib/asn1/asn1parse.y
636
$$ = new_type(TTag);
crypto/heimdal/lib/asn1/asn1parse.y
705
TE_EXPLICIT, new_type(TGeneralString));
crypto/heimdal/lib/asn1/asn1parse.y
710
TE_EXPLICIT, new_type(TTeletexString));
crypto/heimdal/lib/asn1/asn1parse.y
715
TE_EXPLICIT, new_type(TUTF8String));
crypto/heimdal/lib/asn1/asn1parse.y
720
TE_EXPLICIT, new_type(TPrintableString));
crypto/heimdal/lib/asn1/asn1parse.y
725
TE_EXPLICIT, new_type(TVisibleString));
crypto/heimdal/lib/asn1/asn1parse.y
730
TE_EXPLICIT, new_type(TIA5String));
crypto/heimdal/lib/asn1/asn1parse.y
735
TE_EXPLICIT, new_type(TBMPString));
crypto/heimdal/lib/asn1/asn1parse.y
740
TE_EXPLICIT, new_type(TUniversalString));
crypto/heimdal/lib/asn1/asn1parse.y
960
t = new_type (TTag);
sys/sys/mbuf.h
1092
m_chtype(struct mbuf *m, short new_type)
sys/sys/mbuf.h
1095
m->m_type = new_type;
usr.bin/rpcgen/rpc_parse.c
366
check_type_name(const char *name, int new_type)
usr.bin/rpcgen/rpc_parse.c
379
if (new_type) {