Lines Matching full:yystr
1334 /* Return the length of YYSTR. */
1337 yystrlen (const char *yystr)
1339 yystrlen (yystr)
1340 const char *yystr;
1343 const char *yys = yystr;
1348 return yys - yystr - 1;
1380 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1384 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1388 yytnamerr (char *yyres, const char *yystr)
1390 if (*yystr == '"')
1393 char const *yyp = yystr;
1421 return yystrlen (yystr);
1423 return yystpcpy (yyres, yystr) - yyres;