Home | History | Annotate | Download | only in src

Lines Matching refs:yydest

852 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
853 YYDEST. */
856 yystpcpy (char *yydest, const char *yysrc)
858 yystpcpy (yydest, yysrc)
859 char *yydest;
863 register char *yyd = yydest;