Searched refs:yyoutput (Results 1 – 1 of 1) sorted by relevance
/system/core/sh/ |
D | arith.c | 790 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) in yysymprint() argument 793 yysymprint (yyoutput, yytype, yyvaluep) in yysymprint() 794 FILE *yyoutput; in yysymprint() 804 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 806 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 810 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 817 YYFPRINTF (yyoutput, ")");
|