Home | History | Annotate | Download | only in data

Lines Matching refs:yyi

461 ]b4_c_function_def([YYID], [static int], [[int yyi], [yyi]])[
463 return yyi;
594 YYSIZE_T yyi; \
595 for (yyi = 0; yyi < (Count); yyi++) \
596 (Dst)[yyi] = (Src)[yyi]; \
861 int yyi;
866 for (yyi = 0; yyi < yynrhs; yyi++)
868 YYFPRINTF (stderr, " $%d = ", yyi + 1);
869 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
870 &]b4_rhs_value(yynrhs, yyi + 1)[
871 ]b4_locations_if([, &]b4_rhs_location(yynrhs, yyi + 1))[]dnl
1381 int yyi = 0;
1383 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1385 yyp += yytnamerr (yyp, yyarg[yyi++]);