Lines Matching refs:yyp
625 char const *yyp = yystr;
628 switch (*++yyp)
635 if (*++yyp != '\\')
640 yyres[yyn] = *yyp;
1439 yyGLRState *yyp = yystackp->yytops.yystates[yyi];
1440 while (yyp != yys && yyp != yysplit && yyp->yyposn >= yyposn)
1442 if (yyp->yylrState == yynewLRState && yyp->yypred == yys)
1444 yyaddDeferredAction (yystackp, yyk, yyp, yys0, yyrule);
1451 yyp = yyp->yypred;
1809 yySemanticOption* yyp = *yypp;
1811 if (yyidenticalOptions (yybest, yyp))
1813 yymergeOptionSets (yybest, yyp);
1814 *yypp = yyp->yynext;
1818 switch (yypreference (yybest, yyp))
1822 return yyreportAmbiguity (yybest, yyp]b4_pure_args[);
1830 yybest = yyp;
1839 yypp = &yyp->yynext;
1845 yySemanticOption* yyp;
1849 for (yyp = yybest->yynext; yyp != YY_NULL; yyp = yyp->yynext)
1851 if (yyprec == yydprec[yyp->yyrule])
1855 yyflag = yyresolveAction (yyp, yystackp, &yysval_other]b4_locuser_args([&yydummy])[);
1863 yyuserMerge (yymerger[yyp->yyrule], &yysval, &yysval_other);
1901 yyGLRState* yyp, *yyq, *yyr;
1906 for (yyp = yystackp->yytops.yystates[0], yyq = yyp->yypred, yyr = YY_NULL;
1907 yyp != yystackp->yysplitPoint;
1908 yyr = yyp, yyp = yyq, yyq = yyp->yypred)
1909 yyp->yypred = yyr;
2115 char *yyp = yymsg;
2117 while ((*yyp = *yyformat))
2119 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2121 yyp += yytnamerr (yyp, yyarg[yyi++]);
2126 yyp++;
2543 yyp;
2545 for (yyp = yystackp->yyitems; yyp < yystackp->yynextFree; yyp += 1)
2548 (unsigned long int) (yyp - yystackp->yyitems));
2549 if (*(yybool *) yyp)
2552 yyp->yystate.yyresolved, yyp->yystate.yylrState,
2553 (unsigned long int) yyp->yystate.yyposn,
2554 (long int) YYINDEX (yyp->yystate.yypred));
2555 if (! yyp->yystate.yyresolved)
2557 (long int) YYINDEX (yyp->yystate
2563 yyp->yyoption.yyrule - 1,
2564 (long int) YYINDEX (yyp->yyoption.yystate),
2565 (long int) YYINDEX (yyp->yyoption.yynext));