Lines Matching refs:yyi
908 YYPTRDIFF_T yyi; \
909 for (yyi = 0; yyi < (Count); yyi++) \
910 (Dst)[yyi] = (Src)[yyi]; \
1564 int yyi; in yy_reduce_print() local
1568 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
1570 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
1572 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1573 &yyvsp[(yyi + 1) - (yynrhs)], yyscanner, cstate); in yy_reduce_print()
3332 const int yyi = yypgoto[yylhs] + *yyssp; in yyparse() local
3333 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp in yyparse()
3334 ? yytable[yyi] in yyparse()