Home | History | Annotate | Download | only in data

Lines Matching full:yystr

1153 /* Return the length of YYSTR.  */
1155 [[const char *yystr], [yystr]])[
1158 for (yylen = 0; yystr[yylen]; yylen++)
1186 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1190 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1194 yytnamerr (char *yyres, const char *yystr)
1196 if (*yystr == '"')
1199 char const *yyp = yystr;
1227 return yystrlen (yystr);
1229 return yystpcpy (yyres, yystr) - yyres;