Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/asn1/
H A Dsymbol.h155 enum { SUndefined, SValue, Stype } stype; enumerator
H A Dasn1parse.y280 s->stype = Stype;
322 s->stype = Stype;
556 if(s->stype != Stype && s->stype != SUndefined)
H A Dasn1parse.c1804 s->stype = Stype;
1842 s->stype = Stype;
2097 if(s->stype != Stype && s->stype != SUndefined)
H A Dgen_decode.c144 if ((t->symbol->stype == Stype && t->symbol->type == NULL) in find_tag()
/freebsd/contrib/tcsh/
H A Dsh.func.c745 static int Stype; variable
757 Stype = type; in search()
972 switch (Stype) { in histgetword()
1075 switch (Stype) { in getword()