Lines Matching defs:yyp
2144 char const *yyp = yystr;2146 switch (*++yyp)2153 if (*++yyp != '\\')2161 yyres[yyn] = *yyp;2297 char *yyp = *yymsg;2299 while ((*yyp = *yyformat) != '\0')2300 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)2302 yyp += yytnamerr (yyp, yytname[yyarg[yyi++]]);2307 ++yyp;