Lines Matching refs:yyi
563 YYSIZE_T yyi; \
564 for (yyi = 0; yyi < (Count); yyi++) \
565 (Dst)[yyi] = (Src)[yyi]; \
1200 int yyi; in yy_reduce_print() local
1204 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
1206 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
1208 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
1209 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
1454 int yyi = 0; in yysyntax_error() local
1456 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1458 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()