Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching defs:yyleng

102 extern int yyleng;
217 int yyleng;
281 yyleng = (int) (yy_cp - yy_bp); \
1412 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1462 /* Code executed at the beginning of each rule, after yytext and yyleng
1475 if ( yyleng > 0 ) \
1477 (yytext[yyleng - 1] == '\n'); \
2188 yyless( yyleng - 2 ); /* put back '/', '*' */
2297 nmstr[yyleng - 2] = '\0'; /* chop trailing brace */
3547 yytext[yyleng] = yy_hold_char; \
3551 yyleng = n; \