Home | History | Annotate | Download | only in src

Lines Matching refs:yyp

1119       char const *yyp = yystr;
1122 switch (*++yyp)
1129 if (*++yyp != '\\')
1134 yyres[yyn] = *yyp;
1241 char *yyp = yyresult;
1243 while ((*yyp = *yyf) != '\0')
1245 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1247 yyp += yytnamerr (yyp, yyarg[yyi++]);
1252 yyp++;