Lines Matching refs:yyi
446 YYSIZE_T yyi; \
447 for (yyi = 0; yyi < (Count); yyi++) \
448 (Dst)[yyi] = (Src)[yyi]; \
776 int yyi; in yy_reduce_print() local
780 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
782 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
784 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
785 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
1030 int yyi = 0; in yysyntax_error() local
1032 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1034 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()