Lines Matching defs:yyp
1720 char const *yyp = yystr;1722 switch (*++yyp)1729 if (*++yyp != '\\')1737 yyres[yyn] = *yyp;1873 char *yyp = *yymsg;1875 while ((*yyp = *yyformat) != '\0')1876 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)1878 yyp += yytnamerr (yyp, yytname[yyarg[yyi++]]);1883 ++yyp;