Home | History | Annotate | Download | only in compiler

Lines Matching defs:yystr

1656 /* Return the length of YYSTR.  */
1660 yystrlen (const char *yystr)
1663 yystrlen (yystr)
1664 const char *yystr;
1668 for (yylen = 0; yystr[yylen]; yylen++)
1704 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1708 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1712 yytnamerr (char *yyres, const char *yystr)
1714 if (*yystr == '"')
1717 char const *yyp = yystr;
1745 return yystrlen (yystr);
1747 return yystpcpy (yyres, yystr) - yyres;