Home | History | Annotate | Download | only in src

Lines Matching refs:yydest

1215 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
1216 YYDEST. */
1220 yystpcpy (char *yydest, const char *yysrc)
1223 yystpcpy (yydest, yysrc)
1224 char *yydest;
1228 char *yyd = yydest;