Lines Matching defs:yyo
1730 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp)
1736 res += YYFPRINTF (yyo, "%d", yylocp->first_line);
1738 res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
1744 res += YYFPRINTF (yyo, "-%d", yylocp->last_line);
1746 res += YYFPRINTF (yyo, ".%d", end_col);
1749 res += YYFPRINTF (yyo, "-%d", end_col);
1780 yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
1782 FILE *yyoutput = yyo;
1790 YYPRINT (yyo, yytoknum[yytype], *yyvaluep);
1801 yy_symbol_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
1803 YYFPRINTF (yyo, "%s %s (",
1806 YY_LOCATION_PRINT (yyo, *yylocationp);
1807 YYFPRINTF (yyo, ": ");
1808 yy_symbol_value_print (yyo, yytype, yyvaluep, yylocationp, state);
1809 YYFPRINTF (yyo, ")");