Lines Matching refs:yyi
567 YYSIZE_T yyi; \
568 for (yyi = 0; yyi < (Count); yyi++) \
569 (Dst)[yyi] = (Src)[yyi]; \
2008 int yyi; in yy_reduce_print() local
2012 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
2014 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
2016 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
2017 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
2262 int yyi = 0; in yysyntax_error() local
2264 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
2266 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()