OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tagenv
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.y
55
static Type *new_tag(int tagclass, int tagvalue, int
tagenv
, Type *oldtype);
179
%type <constant> Class
tagenv
649
TaggedType : Tag
tagenv
Type
653
$$->tag.
tagenv
= $2;
671
$$.
tagenv
= default_tag_env;
693
tagenv
: /* */
label
973
new_tag(int tagclass, int tagvalue, int
tagenv
, Type *oldtype)
976
if(oldtype->type == TTag && oldtype->tag.
tagenv
== TE_IMPLICIT) {
984
t->tag.
tagenv
=
tagenv
;
[
all
...]
symbol.h
110
enum { TE_IMPLICIT, TE_EXPLICIT }
tagenv
;
member in struct:tagtype
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026