Home | History | Annotate | Download | only in intl

Lines Matching defs:yystpcpy

585 # ifndef yystpcpy
587 # define yystpcpy stpcpy
593 yystpcpy (char *yydest, const char *yysrc)
595 yystpcpy (yydest, yysrc)
1152 char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
1153 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
1164 yyp = yystpcpy (yyp, yyq);
1165 yyp = yystpcpy (yyp, yytname[yyx]);