Home | History | Annotate | Download | only in glcpp

Lines Matching refs:yydest

1257 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
1258 YYDEST. */
1262 yystpcpy (char *yydest, const char *yysrc)
1265 yystpcpy (yydest, yysrc)
1266 char *yydest;
1270 char *yyd = yydest;