Lines Matching refs:yyi
871 YYSIZE_T yyi; \
872 for (yyi = 0; yyi < (Count); yyi++) \
873 (Dst)[yyi] = (Src)[yyi]; \
1528 int yyi; in yy_reduce_print() local
1532 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
1534 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
1536 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
1537 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
1782 int yyi = 0; in yysyntax_error() local
1784 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1786 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()