Lines Matching defs:yyp
1946 char const *yyp = yystr;1949 switch (*++yyp)1956 if (*++yyp != '\\')1961 yyres[yyn] = *yyp;2099 char *yyp = *yymsg;2101 while ((*yyp = *yyformat) != '\0')2102 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)2104 yyp += yytnamerr (yyp, yyarg[yyi++]);2109 yyp++;