Lines Matching refs:yyleng
200 extern int yyleng;
343 int yyleng;
441 /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
442 yyleng = (size_t) (yy_cp - yy_bp); \
787 #define ECHO fwrite( yytext, yyleng, 1, yyout )
882 /* Code executed at the beginning of each rule, after yytext and yyleng
896 if ( yyleng > 0 ) \
898 (yytext[yyleng - 1] == '\n'); \
2034 yytext[yyleng] = (yy_hold_char); \
2038 yyleng = yyless_macro_arg; \
2078 return yyleng;
2275 #define APP _APP(yytext, yyleng)
2334 const struct resword *r = is_reserved_word(yytext, yyleng);
2520 if (token == IDENT && yyleng == 1 && yytext[0] == 'X')