Home | History | Annotate | Download | only in compiler

Lines Matching defs:yystr

1573 /* Return the length of YYSTR.  */
1577 yystrlen (const char *yystr)
1580 yystrlen (yystr)
1581 const char *yystr;
1585 for (yylen = 0; yystr[yylen]; yylen++)
1621 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1625 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1629 yytnamerr (char *yyres, const char *yystr)
1631 if (*yystr == '"')
1634 char const *yyp = yystr;
1662 return yystrlen (yystr);
1664 return yystpcpy (yyres, yystr) - yyres;