Home | History | Annotate | Download | only in intl

Lines Matching full:yystr

566 /* Return the length of YYSTR.  */
569 yystrlen (const char *yystr)
571 yystrlen (yystr)
572 const char *yystr;
575 register const char *yys = yystr;
580 return yys - yystr - 1;