Home | History | Annotate | Download | only in libcpu

Lines Matching refs:yydest

1072 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
1073 YYDEST. */
1077 yystpcpy (char *yydest, const char *yysrc)
1080 yystpcpy (yydest, yysrc)
1081 char *yydest;
1085 char *yyd = yydest;