Searched defs:yytype (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c738 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
741 yysymprint (yyoutput, yytype, yyvaluep)
743 int yytype;
750 if (yytype < YYNTOKENS)
752 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
754 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
758 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
760 switch (yytype)
775 yydestruct (int yytype, YYSTYPE *yyvaluep)
778 yydestruct (yytype, yyvalue
736 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument
773 yydestruct(int yytype, YYSTYPE *yyvaluep) argument
1203 int yytype = YYTRANSLATE (yychar); local
[all...]

Completed in 32 milliseconds