yystpcpy         4521 ext/ripper/ripper.c # ifndef yystpcpy
yystpcpy         4593 ext/ripper/ripper.c   return yystpcpy (yyres, yystr) - yyres;
yystpcpy         4652 ext/ripper/ripper.c       yyfmt = yystpcpy (yyformat, yyunexpected);
yystpcpy         4668 ext/ripper/ripper.c 	    yyfmt = yystpcpy (yyfmt, yyprefix);
yystpcpy          808 ext/syck/gram.c # ifndef yystpcpy
yystpcpy         1721 ext/syck/gram.c 	      char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
yystpcpy         1722 ext/syck/gram.c 	      yyp = yystpcpy (yyp, yytname[yytype]);
yystpcpy         1730 ext/syck/gram.c 			yyp = yystpcpy (yyp, yyprefix);
yystpcpy         1731 ext/syck/gram.c 			yyp = yystpcpy (yyp, yytname[yyx]);
yystpcpy         4521 parse.c        # ifndef yystpcpy
yystpcpy         4593 parse.c          return yystpcpy (yyres, yystr) - yyres;
yystpcpy         4652 parse.c              yyfmt = yystpcpy (yyformat, yyunexpected);
yystpcpy         4668 parse.c        	    yyfmt = yystpcpy (yyfmt, yyprefix);