Home | History | Annotate | Download | only in elftosb2

Lines Matching defs:yyp

1096       char const *yyp = yystr;
1099 switch (*++yyp)
1106 if (*++yyp != '\\')
1111 yyres[yyn] = *yyp;
2626 char *yyp = yymsg;
2628 while ((*yyp = *yyf))
2630 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
2632 yyp += yytnamerr (yyp, yyarg[yyi++]);
2637 yyp++;