Lines Matching refs:yyi
498 YYPTRDIFF_T yyi; \
499 for (yyi = 0; yyi < (Count); yyi++) \
500 (Dst)[yyi] = (Src)[yyi]; \
1010 int yyi; in yy_reduce_print() local
1014 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
1016 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
1018 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1019 &yyvsp[(yyi + 1) - (yynrhs)], in yy_reduce_print()
1020 &(yylsp[(yyi + 1) - (yynrhs)])); in yy_reduce_print()
1919 const int yyi = yypgoto[yylhs] + *yyssp; in yyparse() local
1920 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp in yyparse()
1921 ? yytable[yyi] in yyparse()