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

/system/core/sh/
H A Darith.c792 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
795 yysymprint (yyoutput, yytype, yyvaluep)
797 int yytype;
804 if (yytype < YYNTOKENS)
806 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
808 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
812 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
814 switch (yytype)
829 yydestruct (int yytype, YYSTYPE *yyvaluep)
832 yydestruct (yytype, yyvalue
790 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument
827 yydestruct(int yytype, YYSTYPE *yyvaluep) argument
1315 int yytype = YYTRANSLATE (yychar); local
[all...]

Completed in 37 milliseconds