Home | History | Annotate | Download | only in preprocessor

Lines Matching defs:yyp

898       char const *yyp = yystr;
901 switch (*++yyp)
908 if (*++yyp != '\\')
913 yyres[yyn] = *yyp;
1050 char *yyp = *yymsg;
1052 while ((*yyp = *yyformat) != '\0')
1053 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1055 yyp += yytnamerr (yyp, yyarg[yyi++]);
1060 yyp++;