Home | History | Annotate | Download | only in data

Lines Matching refs:yyp

805       char const *yyp = yystr;
808 switch (*++yyp)
815 if (*++yyp != '\\')
820 yyres[yyn] = *yyp;
927 char *yyp = yyresult;
929 while ((*yyp = *yyf) != '\0')
931 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
933 yyp += yytnamerr (yyp, yyarg[yyi++]);
938 yyp++;