Home | History | Annotate | Download | only in compiler

Lines Matching defs:yyp

1047       char const *yyp = yystr;
1050 switch (*++yyp)
1057 if (*++yyp != '\\')
1062 yyres[yyn] = *yyp;
1169 char *yyp = yyresult;
1171 while ((*yyp = *yyf) != '\0')
1173 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1175 yyp += yytnamerr (yyp, yyarg[yyi++]);
1180 yyp++;