Lines Matching defs:yyp
1266 char const *yyp = yystr;1269 switch (*++yyp)1276 if (*++yyp != '\\')1281 yyres[yyn] = *yyp;1419 char *yyp = *yymsg;1421 while ((*yyp = *yyformat) != '\0')1422 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)1424 yyp += yytnamerr (yyp, yyarg[yyi++]);1429 yyp++;