Home
last modified time | relevance | path

Searched refs:Stype (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dsymbol.h158 enum { SUndefined, SValue, Stype } stype; enumerator
H A Dasn1parse.y284 s->stype = Stype;
326 s->stype = Stype;
571 if(s->stype != Stype && s->stype != SUndefined)
H A Dasn1parse.c1721 s->stype = Stype; in yyparse()
1763 s->stype = Stype; in yyparse()
2057 if(s->stype != Stype && s->stype != SUndefined) in yyparse()
H A Dgen_decode.c146 if ((t->symbol->stype == Stype && t->symbol->type == NULL) in find_tag()
/netbsd-src/bin/csh/
H A Dfunc.c588 static Char Stype; variable
601 Stype = (Char)type; in search()
762 switch (Stype) { in getword()