• Home
  • Raw
  • Download

Lines Matching refs:yyp

625       char const *yyp = yystr;
628 switch (*++yyp)
635 if (*++yyp != '\\')
640 yyres[yyn] = *yyp;
1438 yyGLRState *yyp = yystackp->yytops.yystates[yyi];
1439 while (yyp != yys && yyp != yysplit && yyp->yyposn >= yyposn)
1441 if (yyp->yylrState == yynewLRState && yyp->yypred == yys)
1443 yyaddDeferredAction (yystackp, yyk, yyp, yys0, yyrule);
1450 yyp = yyp->yypred;
1808 yySemanticOption* yyp = *yypp;
1810 if (yyidenticalOptions (yybest, yyp))
1812 yymergeOptionSets (yybest, yyp);
1813 *yypp = yyp->yynext;
1817 switch (yypreference (yybest, yyp))
1821 return yyreportAmbiguity (yybest, yyp]b4_pure_args[);
1829 yybest = yyp;
1838 yypp = &yyp->yynext;
1844 yySemanticOption* yyp;
1848 for (yyp = yybest->yynext; yyp != YY_NULL; yyp = yyp->yynext)
1850 if (yyprec == yydprec[yyp->yyrule])
1854 … yyflag = yyresolveAction (yyp, yystackp, &yysval_other]b4_locuser_args([&yydummy])[);
1862 yyuserMerge (yymerger[yyp->yyrule], &yysval, &yysval_other);
1900 yyGLRState* yyp, *yyq, *yyr;
1905 for (yyp = yystackp->yytops.yystates[0], yyq = yyp->yypred, yyr = YY_NULL;
1906 yyp != yystackp->yysplitPoint;
1907 yyr = yyp, yyp = yyq, yyq = yyp->yypred)
1908 yyp->yypred = yyr;
2114 char *yyp = yymsg;
2116 while ((*yyp = *yyformat))
2118 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2120 yyp += yytnamerr (yyp, yyarg[yyi++]);
2125 yyp++;
2542 yyGLRStackItem* yyp;
2544 for (yyp = yystackp->yyitems; yyp < yystackp->yynextFree; yyp += 1)
2547 (unsigned long int) (yyp - yystackp->yyitems));
2548 if (*(yybool *) yyp)
2551 yyp->yystate.yyresolved, yyp->yystate.yylrState,
2552 (unsigned long int) yyp->yystate.yyposn,
2553 (long int) YYINDEX (yyp->yystate.yypred));
2554 if (! yyp->yystate.yyresolved)
2556 (long int) YYINDEX (yyp->yystate
2562 yyp->yyoption.yyrule - 1,
2563 (long int) YYINDEX (yyp->yyoption.yystate),
2564 (long int) YYINDEX (yyp->yyoption.yynext));