Lines Matching refs:yyleng
165 extern int yyleng;
284 int yyleng;
370 yyleng = (size_t) (yy_cp - yy_bp); \
645 srcpos_update(&yylloc, yytext, yyleng); \
759 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
829 /* Code executed at the beginning of each rule, after yytext and yyleng
842 if ( yyleng > 0 ) \
844 (yytext[yyleng - 1] == '\n'); \
943 yytext[yyleng-1] = '\0';
991 yyleng-2);
1049 yylval.labelref[yyleng-1] = '\0';
1067 yytext[yyleng-1] = '\0';
1086 yytext[yyleng-1] = '\0';
1983 yytext[yyleng] = (yy_hold_char); \
1987 yyleng = yyless_macro_arg; \
2023 return yyleng;