Home | History | Annotate | Download | only in data

Lines Matching refs:yyp

1199       char const *yyp = yystr;
1202 switch (*++yyp)
1209 if (*++yyp != '\\')
1214 yyres[yyn] = *yyp;
1380 char *yyp = *yymsg;
1382 while ((*yyp = *yyformat) != '\0')
1383 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1385 yyp += yytnamerr (yyp, yyarg[yyi++]);
1390 yyp++;