HomeSort by: relevance | last modified time | path
    Searched refs:Stype (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
symbol.h 158 enum { SUndefined, SValue, Stype } stype; member in struct:symbol
asn1parse.y 284 s->stype = Stype;
326 s->stype = Stype;
571 if(s->stype != Stype && s->stype != SUndefined)
713 s->stype = SValue;
876 if(s->stype != SValue ||
910 if(s->stype != SValue
    [all...]
asn1parse.c 1721 s->stype = Stype;
1763 s->stype = Stype;
2057 if(s->stype != Stype && s->stype != SUndefined)
2242 s->stype = SValue;
2477 if(s->stype != SValue ||
2500 if(s->stype != SValue
    [all...]
gen_decode.c 146 if ((t->symbol->stype == Stype && t->symbol->type == NULL)
147 || t->symbol->stype == SUndefined) {
  /src/bin/csh/
func.c 588 static Char Stype;
601 Stype = (Char)type;
762 switch (Stype) {

Completed in 19 milliseconds