Home | History | Annotate | Download | only in libcpu

Lines Matching refs:yyp

1110       char const *yyp = yystr;
1113 switch (*++yyp)
1120 if (*++yyp != '\\')
1125 yyres[yyn] = *yyp;
1232 char *yyp = yyresult;
1234 while ((*yyp = *yyf) != '\0')
1236 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1238 yyp += yytnamerr (yyp, yyarg[yyi++]);
1243 yyp++;