Lines Matching refs:yyi
627 YYSIZE_T yyi; \
628 for (yyi = 0; yyi < (Count); yyi++) \
629 (Dst)[yyi] = (Src)[yyi]; \
1797 int yyi; in yy_reduce_print() local
1801 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
1803 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
1805 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
1806 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
1807 , &(yylsp[(yyi + 1) - (yynrhs)]) , context, yyscanner); in yy_reduce_print()
2051 int yyi = 0; in yysyntax_error() local
2053 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
2055 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()