Home | History | Annotate | Download | only in compiler

Lines Matching defs:yyp

1129       char const *yyp = yystr;
1132 switch (*++yyp)
1139 if (*++yyp != '\\')
1144 yyres[yyn] = *yyp;
1251 char *yyp = yyresult;
1253 while ((*yyp = *yyf) != '\0')
1255 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1257 yyp += yytnamerr (yyp, yyarg[yyi++]);
1262 yyp++;