Home | History | Annotate | Download | only in compiler

Lines Matching defs:yyp

1132       char const *yyp = yystr;
1135 switch (*++yyp)
1142 if (*++yyp != '\\')
1147 yyres[yyn] = *yyp;
1254 char *yyp = yyresult;
1256 while ((*yyp = *yyf) != '\0')
1258 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1260 yyp += yytnamerr (yyp, yyarg[yyi++]);
1265 yyp++;