Lines Matching refs:yyi
545 YYPTRDIFF_T yyi; \
546 for (yyi = 0; yyi < (Count); yyi++) \
547 (Dst)[yyi] = (Src)[yyi]; \
932 int yyi; in yy_reduce_print() local
936 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
938 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
940 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
941 &yyvsp[(yyi + 1) - (yynrhs)]); in yy_reduce_print()
1558 const int yyi = yypgoto[yylhs] + *yyssp; in yyparse() local
1559 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp in yyparse()
1560 ? yytable[yyi] in yyparse()