Home | History | Annotate | Download | only in compiler

Lines Matching refs:yyp

1898       char const *yyp = yystr;
1901 switch (*++yyp)
1908 if (*++yyp != '\\')
1913 yyres[yyn] = *yyp;
2050 char *yyp = *yymsg;
2052 while ((*yyp = *yyformat) != '\0')
2053 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2055 yyp += yytnamerr (yyp, yyarg[yyi++]);
2060 yyp++;