• Home
  • Raw
  • Download

Lines Matching refs:yyi

1222   size_t yyi, yyj;
1223 yyi = yyj = 0;
1226 if (yystackp->yytops.yystates[yyi] == YY_NULL)
1228 if (yyi == yyj)
1236 yystackp->yytops.yystates[yyj] = yystackp->yytops.yystates[yyi];
1243 yystackp->yytops.yylookaheadNeeds[yyi];
1244 if (yyj != yyi)
1247 (unsigned long int) yyi, (unsigned long int) yyj));
1251 yyi += 1;
1324 int yyi;
1332 for (yyi = 0; yyi < yynrhs; yyi += 1)
1366 int yyi;
1374 for (yyi = 0; yyi < yynrhs; yyi++)
1376 YYFPRINTF (stderr, " $%d = ", yyi + 1);
1377 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
1378 &]b4_rhs_value(yynrhs, yyi + 1)[
1379 ]b4_locations_if([, &]b4_rhs_location(yynrhs, yyi + 1))[]dnl
1418 size_t yyi;
1434 for (yyi = 0; yyi < yystackp->yytops.yysize; yyi += 1)
1435 if (yyi != yyk && yystackp->yytops.yystates[yyi] != YY_NULL)
1438 yyGLRState *yyp = yystackp->yytops.yystates[yyi];
1447 (unsigned long int) yyi));
1670 int yyi;
1675 for (yyi = yynrhs, yys = yyx->yystate; 0 < yyi; yyi -= 1, yys = yys->yypred)
1676 yystates[yyi] = yys;
1694 for (yyi = 1; yyi <= yynrhs; yyi += 1)
1696 if (yystates[yyi]->yyresolved)
1698 if (yystates[yyi-1]->yyposn+1 > yystates[yyi]->yyposn)
1700 yytokenName (yyrhs[yyprhs[yyx->yyrule]+yyi-1]));
1703 yytokenName (yyrhs[yyprhs[yyx->yyrule]+yyi-1]),
1704 (unsigned long int) (yystates[yyi - 1]->yyposn + 1),
1705 (unsigned long int) yystates[yyi]->yyposn);
1708 yyreportTree (yystates[yyi]->yysemantics.yyfirstVal, yyindent+2);
2115 int yyi = 0;
2118 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2120 yyp += yytnamerr (yyp, yyarg[yyi++]);
2543 size_t yyi;
2569 for (yyi = 0; yyi < yystackp->yytops.yysize; yyi += 1)
2570 YYFPRINTF (stderr, "%lu: %ld; ", (unsigned long int) yyi,
2571 (long int) YYINDEX (yystackp->yytops.yystates[yyi]));