Lines Matching full:yystr
1582 /* Return the length of YYSTR. */
1586 yystrlen (const char *yystr)
1589 yystrlen (yystr)
1590 const char *yystr;
1594 for (yylen = 0; yystr[yylen]; yylen++)
1630 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1634 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1638 yytnamerr (char *yyres, const char *yystr)
1640 if (*yystr == '"')
1643 char const *yyp = yystr;
1671 return yystrlen (yystr);
1673 return yystpcpy (yyres, yystr) - yyres;