Lines Matching refs:yyi
442 YYSIZE_T yyi; \
443 for (yyi = 0; yyi < (Count); yyi++) \
444 (Dst)[yyi] = (Src)[yyi]; \
797 int yyi; in yy_reduce_print() local
801 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
803 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
805 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
806 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
1051 int yyi = 0; in yysyntax_error() local
1053 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1055 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()