Home | History | Annotate | Download | only in binutils

Lines Matching defs:yyleng

157 extern int yyleng;
270 int yyleng;
353 yyleng = (int) (yy_cp - yy_bp); \
697 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
767 /* Code executed at the beginning of each rule, after yytext and yyleng
1025 yylval.id = xmemdup (yytext + 1, yyleng - 2, yyleng - 1);
1034 yylval.id = xmemdup (yytext + 1, yyleng - 2, yyleng - 1);
1879 yytext[yyleng] = (yy_hold_char); \
1883 yyleng = yyless_macro_arg; \
1919 return yyleng;