Home | History | Annotate | Download | only in src

Lines Matching refs:yyp

1141       char const *yyp = yystr;
1144 switch (*++yyp)
1151 if (*++yyp != '\\')
1156 yyres[yyn] = *yyp;
1294 char *yyp = *yymsg;
1296 while ((*yyp = *yyformat) != '\0')
1297 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1299 yyp += yytnamerr (yyp, yyarg[yyi++]);
1304 yyp++;