Home | History | Annotate | Download | only in src

Lines Matching refs:yyp

1643       char const *yyp = yystr;
1646 switch (*++yyp)
1653 if (*++yyp != '\\')
1658 yyres[yyn] = *yyp;
1801 char *yyp = *yymsg;
1803 while ((*yyp = *yyformat) != '\0')
1804 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1806 yyp += yytnamerr (yyp, yyarg[yyi++]);
1811 yyp++;